PySDM
PySDM copied to clipboard
raw=True flag for attribute saving in S&H example
this addresses the lack of a way to access unaltered super-droped ids reported in #1380
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.30%. Comparing base (
ec1f515) to head (303dc30). Report is 129 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #1385 +/- ##
=======================================
Coverage 84.30% 84.30%
=======================================
Files 373 373
Lines 9160 9160
=======================================
Hits 7722 7722
Misses 1438 1438
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
TODOs:
- [ ] create a test that will fail without this change
- [ ] make the new behaviour controllable from user scope
Closing since the example that needed this is not parto of PySDM_examples. Reopen if needed.