Commits on Source (31)
-
Oriol Tintó authored
-
Oriol Tintó authored
-
Oriol Tintó authored
-
Oriol Tintó authored
-
Oriol Tintó authored
-
Oriol Tintó authored
-
Oriol Tintó authored
-
Oriol Tintó authored
Fix function find_direct_relation. Use a slice based on a chunk size instead of selecting a single time-step. Check that the constrains are fulfilled after a binary search.
-
Oriol Tintó authored
-
Oriol Tintó authored
-
Oriol Tintó authored
-
Oriol Tintó authored
-
Oriol Tintó authored
-
Oriol Tintó authored
-
Oriol Tintó authored
-
Oriol Tintó authored
Fix bisection methods to return the parameter that fulfills the conditions more close to the target constrains.
-
Oriol Tintó authored
-
Oriol Tintó authored
-
Oriol Tintó authored
-
Oriol Tintó authored
-
Oriol Tintó authored
-
Oriol Tintó authored
-
Oriol Tintó authored
-
Oriol Tintó Prims authored
-
Oriol Tintó authored
-
Oriol Tintó authored
-
Oriol Tintó authored
-
Oriol Tintó authored
-
Oriol Tintó authored
-
Oriol Tintó authored
-
Oriol.Tinto authored
Several changes including chunking and expansion of examples. See merge request !18
Showing
- VERSION 1 addition, 1 deletionVERSION
- enstools/compression/analyzer/analyze_data_array.py 27 additions, 15 deletionsenstools/compression/analyzer/analyze_data_array.py
- enstools/compression/analyzer/analyzer.py 25 additions, 15 deletionsenstools/compression/analyzer/analyzer.py
- enstools/compression/analyzer/analyzer_utils.py 36 additions, 17 deletionsenstools/compression/analyzer/analyzer_utils.py
- enstools/compression/emulators/filters_emulator.py 2 additions, 0 deletionsenstools/compression/emulators/filters_emulator.py
- enstools/compression/errors.py 3 additions, 0 deletionsenstools/compression/errors.py
- examples/python_scripts/compress_dummy_dataset.py 36 additions, 0 deletionsexamples/python_scripts/compress_dummy_dataset.py
- examples/streamlit/component/advanced_section.py 63 additions, 0 deletionsexamples/streamlit/component/advanced_section.py
- examples/streamlit/component/analysis_section.py 55 additions, 0 deletionsexamples/streamlit/component/analysis_section.py
- examples/streamlit/component/basic_section.py 73 additions, 0 deletionsexamples/streamlit/component/basic_section.py
- examples/streamlit/component/data_source.py 118 additions, 0 deletionsexamples/streamlit/component/data_source.py
- examples/streamlit/component/plotter.py 80 additions, 0 deletionsexamples/streamlit/component/plotter.py
- examples/streamlit/playground.py 49 additions, 0 deletionsexamples/streamlit/playground.py
- postBuild 2 additions, 0 deletionspostBuild
- requirements.txt 10 additions, 0 deletionsrequirements.txt
- run_tests.sh 21 additions, 38 deletionsrun_tests.sh
- setup.py 11 additions, 2 deletionssetup.py
- tests/test_analyzer.py 15 additions, 2 deletionstests/test_analyzer.py
- tests/test_cli.py 2 additions, 2 deletionstests/test_cli.py
- tests/test_sz.py 83 additions, 1 deletiontests/test_sz.py
enstools/compression/errors.py
0 → 100644
examples/streamlit/component/data_source.py
0 → 100644
examples/streamlit/component/plotter.py
0 → 100644
examples/streamlit/playground.py
0 → 100644
postBuild
0 → 100644
requirements.txt
0 → 100644
enstools>=2023.1 | ||
enstools-encoding>=2023.6 | ||
zfpy | ||
hdf5plugin>=4.0.0 | ||
netCDF4 | ||
streamlit | ||
pytest | ||
pytest-mock | ||
pooch | ||
enstools-compression | ||
\ No newline at end of file |