madscatt / zazzie

development branch
GNU General Public License v3.0
2 stars 3 forks source link

Migrate tests for interpolate.py from /src_2.7 to /src and make sure they run #135

Closed skrueger111 closed 1 year ago

skrueger111 commented 1 year ago

Make sure interpolate.py runs via GUI mimic first. Then install mocker, etc. for the tests and make sure the tests run.

skrueger111 commented 1 year ago

Tests are now running. Needed to make the following changes to accommodate our new SASSIE 2.0 requirements: 1) change runname to run_name 2) for now, import input_filter_sasmol.py 3) change definitions of module_variables and data_interpolation_variables

skrueger111 commented 1 year ago

New and changed files now committed and pushed.