Commit 64ca58f
committed
Add integration tests and update pytest markers
- Introduced a new test file `test_network_correction.py` containing comprehensive unit tests for the `NetworkIDWCorrector` and `NetworkOICorrector` classes.
- Implemented various test cases covering single and multiple observations, handling of NaN values, and validation of correction behavior.
- Added integration tests that utilize real data files to ensure the correctness of the correction algorithms in practical scenarios.
- Updated `pyproject.toml` to include a new pytest marker for integration tests.1 parent a4d70fd commit 64ca58f
4 files changed
Lines changed: 1558 additions & 0 deletions
File tree
- .github
- pydsm/analysis
- tests
| 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 | + | |
0 commit comments