-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
🐈 Task: Refactor models with run.sh script #1222
Comments
Thank you @kurysauce ! For now, I am tagging here @HarmonySosa, @LauraGomezjurado and @DhanshreeA and we'll see who has capacity to jump into this issue. Two comments:
|
Also adding @Malikbadmus and @dzumii here. |
Ok, checking this out |
Currently working on |
Log on local bash run for
I also modified the code in processing the output and reading the smile input, not exactly sure on the expected data structure that the Ersilia command is looking for:
|
resolved |
Thanks @kurysauce this is awesome! Anytihng specific you need from me at this stage? |
Nope! PR has been merged. Just waiting for the implementation from @HarmonySosa on model |
CLOSING COMMMENTS:
|
Many thanks @kurysauce ! Very useful summary. We will take it from here. CC'in @DhanshreeA and @GemmaTuron |
Update from @kurysauce 's work:
Many thanks again for the fantastic work Kurt! |
I will close this issue as just the eos4tcc remains open with its own issue |
Summary
The updated test script reveals models that do not have an existing run.sh script. @GemmaTuron and @miquelduranfrigola agree that the solution is to refactor models to include
run.sh
. Running the update test script on a model will yield the error"Check halted. Either run.sh file does not exist, or model was not fetched via --from_github or --from_s3."
, if a model does not already have arun.sh
file.Objective(s)
Refactor models to include a
run.sh
file. Modelseos4e40
andeos3b5e
do not have arun.sh
fileDocumentation
No response
The text was updated successfully, but these errors were encountered: