-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
Fix/bug wrong input handling v2 #1551
base: master
Are you sure you want to change the base?
Fix/bug wrong input handling v2 #1551
Conversation
@DhanshreeA I have pushed the changes. Please review |
@DhanshreeA |
Can you explain what is going on in this PR? It is indicated as fixing an already closed issue... Thanks and sorry I am trying to catch up with everything |
@GemmaTuron |
Can you also update this commit to see if it passes the tests? Thanks @OlawumiSalaam ! |
The PR is failing one of the test. Pytest specifically. I have tried to debug the test but I am not getting it. |
@GemmaTuron |
Thanks @OlawumiSalaam I have quickly checked your modifications in this commit and I am not able to relate them to the error. Can you rebase this repo and with the current Ersilia code, including your changes, and see if it passes the test? On a separate note, I see the word "SMILES" being mentioned in your committed code. I would recommend that we do not put this word inside the main code of Ersilia. The reason is that, in the future, we will add other types of inputs beyond SMILES, so we want to keep it data type agnostic if possible. |
@miquelduranfrigola Thanks. I will incorporate your feedback and update accordingly. |
e263071
to
abde73a
Compare
I have updated the branch but I see the tests are yet not passing. I think the fix you propose is breaking the pytest when the inputs are being converted. Can you double check before moving onto the next task? Thanks! |
3ef32da
to
e9ce33e
Compare
2ea3ffc
to
d9f90fe
Compare
@GemmaTuron @miquelduranfrigola @Abellegese Summary of Debugging and Fixes Issue Identified:
the Local vs. CI Environment:
Locally, Solution Implemented: This guarantees that Outcome: |
Thanks @OlawumiSalaam |
Thank you for taking your time to contribute to Ersilia, just a few checks before we proceed
Description
Feedback from the previous PR has been addressed
Fixes #1539