-
Notifications
You must be signed in to change notification settings - Fork 8
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 GK data saving. #525
Fix GK data saving. #525
Conversation
@christophlohrmann it is at the state we discussed today. |
Had the pubchempy server request failure. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few smaller comments.
For the notebook it currently shows Could not load dynamic library 'libcudnn.so.8'
. Should we run it on a machine with cuda installed so that these errors don't occur?
- It should be
data["NaCl"]["Na"]["diffusion_coefficient"]
notdata["NaCl"].data_dict["Na"]["diffusion_coefficient"]
- maybe print
KCl_data = KCl_file.get_file('.')[0]
so that a user not using datahub knows what to pass thesimulation_data
I think the data dict stuff should be changed in all calculators and tests and areas so perhaps we also do this in a seperate PR that focuses on it. |
Fix #524
In this PR I correct how data is added to the SQL database in the GK calculators. Previously, the final integration value was stored whilst the integration range value was printed. This is corrected and the enhanced visualization added to the GK calculators.
Added tests:
None yet but before converted to real PR there will be some tests to ensure the data is saved correctly.
TODO
Test IC