@curt-tigges to:
1) run an extremely small eval run to get an output json file
2) save that output json file to tests/test_data/core/core_expected_results.json
3) create simple test for it that compares the result to that expected_results json file (eg same as the tests/test_absorption.py)
Slight change to core output format.
@curt-tigges to: 1) run an extremely small eval run to get an output json file 2) save that output json file to tests/test_data/core/core_expected_results.json 3) create simple test for it that compares the result to that expected_results json file (eg same as the tests/test_absorption.py)