-
Notifications
You must be signed in to change notification settings - Fork 4
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
188 random walk refactor #275
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #275 +/- ##
=======================================
Coverage 92.79% 92.80%
=======================================
Files 40 39 -1
Lines 902 903 +1
=======================================
+ Hits 837 838 +1
Misses 65 65
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
What is the idea behind |
We may wish to apply transformations to the output of |
Co-authored-by: Damon Bayer <[email protected]>
Co-authored-by: Damon Bayer <[email protected]>
@damonbayer ready for re-review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @dylanhmorris! A few small comments. Nothing mandatory.
This addresses #188 and in the process attempts to move things in the direction of the proposed RV design spec from #266