-
Notifications
You must be signed in to change notification settings - Fork 32
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
Cosmology System Test & Gravity Support in SystemTestRunner
Class
#390
Conversation
Is this ready to be merged? There is still a conflict with the test data. |
Added support for merging gravity files as well as particle files for use as fiducial data for tests. Renamed the resulting script from `combine_hydro_particles.py` to `combine_test_files.py`
also, fixed a typo in the hydro make file.
I fixed the conflict. I'm running into a weird bug with some tests with DE turned on failing. I'll let you know when I have that resolved |
and fix a typo in the cosmo test parameter file
Cosmology uses a different value of DE_ETA_1 than other builds which changed some tests results. This fixes the tests to account for that.
This is ready to merge. The bug was due to cosmology using a different value of |
Just so I understand, which tests exactly did you need to change? The change by several orders of magnitude in the pressure is surprising to me, but maybe it's because I don't understand what is being compared. |
|
I'm still not understanding. Don't those tests just load in fidicuial data? So why is the data different? I understand that the eta value is different, but I'm not understanding what the test data represents. |
Both of the functions being tested call the "get pressure from DE" function which internally depends on the value of |
I see, thank you. |
Summary
SystemTestRunner
classcombine_hydro_particles.py
script to work with gravity files as well. Now namedcombine_test_files.py