simpeg/aurora

deprecate process_synthetic_data

Closed this issue · 1 comments

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

done