Commit fad37a5
Allow saving and loading the 3D grid to and from an HDF5 file (#38)
* build: include static images
* build: bump scipy and numpy version in requirements
* style: apply ruff suggestions + improve verbose prints
* style: apply Ruffs code quality suggestions
* Potential fix for pull request finding 'Except block handles 'BaseException''
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
* feature: add load_from_h5 and save_to_h5 functions
* Potential fix for pull request finding 'Unnecessary pass'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
* fix: MPI test failing fix: re-compute z with the final subdomain samples
* fix: wakis install failed
* fix: mpi tests_007 passing, fixed typo Nz->NZ
* style: apply RUFFs style suggestions
* fix: put 3D plot flag back to false
* style: fix Ruffs warnings
* style: add RUFFs suggestions + remove the `if False` at the end of the file
* test: add workflow to run MPI tests on pull request update
* style: minor improvements and Ruff fixes
* style: improve notebook 006 to match CST result, clear outputs
* tests: include test functions for load and save grid
* style: add Ruffs suggestions + improve load_results to update self.folder and/or take folder from class constructor. Ez_file is now None, and default value is result_folder+Ez.h5
* refact: move verbosity in __init__ to `load_from_h5` and improved information
* fix: add logger lines, wrongly skipped during merge + fix MPI workflow action
* reafact+test: fix logger updates and included them in load_from_h5.Included domain boundaries in logger and updated test_007 to compare dict with tolerances
* test: update static dict with use_mpi for MPI tests
---------
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>1 parent 86ab32d commit fad37a5
File tree
12 files changed
+1233
-865
lines changed- .github/workflows
- examples
- notebooks
- tests
- wakis
12 files changed
+1233
-865
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
0 commit comments