Safe-DS / Library

A user-friendly library for Data Science in Python.
https://library.safeds.com
MIT License
17 stars 4 forks source link

fix: make multi-processing in baseline models more consistent #909

Closed sibre28 closed 2 months ago

sibre28 commented 2 months ago

Closes #907

Set Context of ProcesspoolExecutors to spawn

github-actions[bot] commented 2 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON black 2 0 0 1.07s
✅ PYTHON mypy 2 0 3.01s
✅ PYTHON ruff 2 0 0 0.4s
✅ REPOSITORY git_diff yes no 0.67s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.77%. Comparing base (d3f81dc) to head (7e40c7b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #909 +/- ## ======================================= Coverage 97.77% 97.77% ======================================= Files 122 122 Lines 6592 6594 +2 ======================================= + Hits 6445 6447 +2 Misses 147 147 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

lars-reimann commented 2 months ago

:tada: This PR is included in version 0.27.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: