simpeg / aurora

software for processing natural source electromagnetic data
MIT License
13 stars 2 forks source link

deprecate process_synthetic_data #271

Closed kkappler closed 1 year ago

kkappler commented 1 year ago

The function process_synthetic_data in test_utils/synthetic/processing_helpers.py is just a direct call to process_mth5 with a pre-check if the config is str, Path, or Processing object, but that check is already applied in initialize_config withing process_mth5, thus this function can be deprecated and replaced with a direct call to process_mth5

kkappler commented 1 year ago

done