Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintain order of truths in tutorials for reproducibility #737

Merged
merged 1 commit into from
Oct 17, 2022

Conversation

sdhiscocks
Copy link
Member

Due to simulating detections in tutorials, the order of the truths, will change which random noise sample goes with each detections, centred on the truth. Maintaining order of truths should ensure that same random sample is used consistently.

Fixes #718

Due to simulating detections in tutorials, the order of the truths, will
change which random noise sample goes with each detections, centred on
the truth. Maintaining order of truths should ensure that same random
sample is used consistently.

Fixes #718
@sdhiscocks sdhiscocks requested a review from a team as a code owner October 12, 2022 13:03
@sdhiscocks sdhiscocks requested review from jswright-dstl and nperree-dstl and removed request for a team October 12, 2022 13:03
@codecov
Copy link

codecov bot commented Oct 12, 2022

Codecov Report

Base: 94.81% // Head: 94.81% // No change to project coverage 👍

Coverage data is based on head (077d11d) compared to base (ae8bd63).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #737   +/-   ##
=======================================
  Coverage   94.81%   94.81%           
=======================================
  Files         169      169           
  Lines        8221     8221           
  Branches     1216     1216           
=======================================
  Hits         7795     7795           
  Misses        316      316           
  Partials      110      110           
Flag Coverage Δ
integration 69.15% <ø> (+0.02%) ⬆️
unittests 92.65% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sdhiscocks sdhiscocks merged commit b8984aa into main Oct 17, 2022
@sdhiscocks sdhiscocks deleted the tutorial_sets branch October 17, 2022 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Iterating over sets breaks reproducability of tutorials
3 participants