File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,11 +148,12 @@ This replaces `specific_share_to_other_effects_*` parameters and inverts the dir
148148 - `fit_effects_to_model_coords()` method for effect data processing
149149 - `connect_and_transform()` method replacing several operations
150150- **Testing improvements**: Eliminated warnings during test execution
151- - Updated deprecated code patterns in tests and examples (e.g., `sink`/`source` → `inputs`/`outputs`, `'H'` → `'h'` frequency)
152- - Refactored plotting logic to handle test environments explicitly with non-interactive backends
153- - Added comprehensive warning filters in `__init__.py` and `pyproject.toml` to suppress third-party library warnings
154- - Improved test fixtures with proper figure cleanup to prevent memory leaks
155- - Enhanced backend detection and handling in `plotting.py` for both Matplotlib and Plotly
151+ - Updated deprecated code patterns in tests and examples (e.g., `sink`/`source` → `inputs`/`outputs`, `'H'` → `'h'` frequency)
152+ - Refactored plotting logic to handle test environments explicitly with non-interactive backends
153+ - Added comprehensive warning filters in `__init__.py` and `pyproject.toml` to suppress third-party library warnings
154+ - Improved test fixtures with proper figure cleanup to prevent memory leaks
155+ - Enhanced backend detection and handling in `plotting.py` for both Matplotlib and Plotly
156+ - always run dependent test in order
156157
157158
158159Until here -->
You can’t perform that action at this time.
0 commit comments