You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Enhance run method with error handling and timeout management
* changelog update
* testing the old version again
* minor change
* applying new changes to extractor.run
* testing to fix integration test test_construct_portfolio_selector
* Add tests for Extractor.run method to validate output and error handling
* Skip tests for 'kathleen' cluster in generate report, portfolio selector ando ablation due to GitHub Actions issues
* Adding comments
* Refactor tests to use MagicMock for LocalRun and LocalJob in test_run_returns_parsed_output and test_run_raises_on_error_status
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ Notable changes to Sparkle will be documented in this file.
19
19
- Improved the ability of concurrent writing by PDF. [Issue#215]
20
20
- Various performance speed up for CLI commands.
21
21
- Various bug fixes for Extractors. [Bug#212]
22
+
- Extractor.run now raises on RunSolver timeouts and extractor failures instead of returning empty results, surfacing stdout/stderr in the exception. [Issue#214]
22
23
- Included append writing for Feature Extractors for more stable FeatureDataFrames. [Issue#219]
0 commit comments