@@ -48,23 +48,23 @@ jobs:
4848 conda list
4949 pip freeze
5050
51- # - name: Install Jupyter and dependencies
52- # run: |
53- # pip install jupyter
54- # pip install ipykernel
55- # python -m ipykernel install --user --name aurora-test
56- # # Install any other dependencies you need
57- #
58- # - name: Execute Jupyter Notebooks
59- # run: |
60- # jupyter nbconvert --to notebook --execute docs/examples/dataset_definition.ipynb
61- # jupyter nbconvert --to notebook --execute docs/examples/operate_aurora.ipynb
62- # jupyter nbconvert --to notebook --execute docs/tutorials/pkd_units_check.ipynb
63- # jupyter nbconvert --to notebook --execute docs/tutorials/pole_zero_fitting/lemi_pole_zero_fitting_example.ipynb
64- # jupyter nbconvert --to notebook --execute docs/tutorials/processing_configuration.ipynb
65- # jupyter nbconvert --to notebook --execute docs/tutorials/process_cas04_multiple_station.ipynb
66- # jupyter nbconvert --to notebook --execute docs/tutorials/synthetic_data_processing.ipynb
67- # # Replace "notebook.ipynb" with your notebook's filename
51+ - name : Install Jupyter and dependencies
52+ run : |
53+ pip install jupyter
54+ pip install ipykernel
55+ python -m ipykernel install --user --name aurora-test
56+ # Install any other dependencies you need
57+
58+ - name : Execute Jupyter Notebooks
59+ run : |
60+ jupyter nbconvert --to notebook --execute docs/examples/dataset_definition.ipynb
61+ jupyter nbconvert --to notebook --execute docs/examples/operate_aurora.ipynb
62+ jupyter nbconvert --to notebook --execute docs/tutorials/pkd_units_check.ipynb
63+ jupyter nbconvert --to notebook --execute docs/tutorials/pole_zero_fitting/lemi_pole_zero_fitting_example.ipynb
64+ jupyter nbconvert --to notebook --execute docs/tutorials/processing_configuration.ipynb
65+ jupyter nbconvert --to notebook --execute docs/tutorials/process_cas04_multiple_station.ipynb
66+ jupyter nbconvert --to notebook --execute docs/tutorials/synthetic_data_processing.ipynb
67+ # Replace "notebook.ipynb" with your notebook's filename
6868
6969# - name: Commit changes (if any)
7070# run: |
7878 - name : Run Tests
7979 run : |
8080 # pytest -s -v tests/synthetic/test_fourier_coefficients.py
81- pytest -s -v tests/config/test_config_creator.py
82- # pytest -s -v --cov=./ --cov-report=xml --cov=aurora
81+ # pytest -s -v tests/config/test_config_creator.py
82+ pytest -s -v --cov=./ --cov-report=xml --cov=aurora
8383
8484 - name : " Upload coverage reports to Codecov"
8585 uses : codecov/codecov-action@v4
0 commit comments