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

BaseLammpsCalculation: Add the script input #59

Merged
merged 1 commit into from
Mar 22, 2023

Conversation

sphuber
Copy link
Member

@sphuber sphuber commented Mar 17, 2023

Fixes #55

This allows a user to pass a complete input script that should be used as-is. The structure, potential and parameters inputs are completely optional in this case. This gives ultimate flexibility to a user to run whatever they want in exchange for queryability.

This allows a user to pass a complete input script that should be used
as-is. The `structure`, `potential` and `parameters` inputs are
completely optional in this case. This gives ultimate flexibility to a
user to run whatever they want in exchange for queryability.
@sphuber sphuber force-pushed the feature/base-input-file branch from d1cf370 to fd8a395 Compare March 17, 2023 20:56
@sphuber sphuber requested review from JPchico and chrisjsewell March 17, 2023 20:56
@codecov
Copy link

codecov bot commented Mar 17, 2023

Codecov Report

Merging #59 (fd8a395) into develop (d679df5) will increase coverage by 0.03%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           develop      #59      +/-   ##
===========================================
+ Coverage    90.24%   90.27%   +0.03%     
===========================================
  Files           32       32              
  Lines         2408     2416       +8     
===========================================
+ Hits          2173     2181       +8     
  Misses         235      235              
Flag Coverage Δ
pytests 90.27% <100.00%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
aiida_lammps/calculations/lammps/base.py 96.66% <100.00%> (+0.32%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@JPchico
Copy link
Collaborator

JPchico commented Mar 22, 2023

This looks good @sphuber ! Sorry for the delay in approving it, I have been sick the entire last week.

@JPchico JPchico merged commit 87db971 into develop Mar 22, 2023
@sphuber sphuber deleted the feature/base-input-file branch March 22, 2023 07:54
@sphuber
Copy link
Member Author

sphuber commented Mar 22, 2023

No problem, thanks for the review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants