Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add computer to Data initialization in core #92

Closed
wants to merge 1 commit into from

Conversation

agoscinski
Copy link
Collaborator

The computer argument from the config class was not correctly passed to the core Data class. This is fixed here.

Note that aiida-shell has a bug when using RemoteData. This will be fixed here sphuber/aiida-shell#107

The `computer` argument from the config class was not correctly
passed to the core `Data` class. This is fixed here.
@agoscinski agoscinski added this to the Early users milestone Jan 20, 2025
@agoscinski
Copy link
Collaborator Author

This PR probably fails because localhost is not created as computer. @leclairm will add his contribution to pass the Config* object as dictionary in core so we can automatically pass the shared Config*Spec arguments. This makes such undetected passed parameters less likely to happen.

TODO: need to use aiida localhost fixture for this

@GeigerJ2
Copy link
Collaborator

GeigerJ2 commented Mar 19, 2025

Will require sphuber/aiida-shell#109 to work.

@GeigerJ2
Copy link
Collaborator

Moved this change to #136 adding you as co-author. Hope that's OK, @agoscinski!

@GeigerJ2 GeigerJ2 closed this Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants