simpeg-research / earthscope-mt-course

Tutorial Notebooks for an MT workflow
MIT License
19 stars 5 forks source link

Penultimate pre-course build #8

Open kkappler opened 1 month ago

kkappler commented 1 month ago

Going to test notebooks on geo-lab from our PR-ed state.

Suggested method for doing this:

conda create --name penultimate_2024 python="3.10" conda activate penultimate_2024

I have already cloned mt_metadata, mth5, aurora and mtpy-v2 into my software directory.

Branches to set: [1305LT], all installed with pip install -e . mt_metadata: patches mth5: clients mtpy-v2: updates (confirmed numpy 1.26.4 in python 3.10 after this step) aurora: patches

pip install jupyterlab pip install ipykernel python -m ipykernel install --user --name penultimate_2024

Pulled the latest earthscope-mt-course

Try running 01_operate_aurora.ipynb Failed, restarted and it ran ...

Issues: The fix applied to the sample rate seems to have gone away .. 24:10:14T13:23:07 | CRITICAL | line:682 |mth5.timeseries.run_ts | validate_metadata | sample rate of dataset 1.0 does not match metadata sample rate 0.0 updating metatdata value to 1.0

kkappler commented 1 month ago

Now that updates/releases are done, changing environment to use:

mt_metadata: main mth5: master mtpy-v2: main aurora: patches

Looks good - will merge aurora to main