-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Added an example for entropy simulation. #493
base: main
Are you sure you want to change the base?
Conversation
See https://discourse.julialang.org/t/javis-collision-detection/87398/10 for a discussion on the example and why I submitted this. :) |
Thanks for this! |
Codecov Report
@@ Coverage Diff @@
## main #493 +/- ##
==========================================
- Coverage 77.74% 77.24% -0.51%
==========================================
Files 38 38
Lines 1991 2070 +79
==========================================
+ Hits 1548 1599 +51
- Misses 443 471 +28
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Done. |
I activated the CI for this - will review this PR asap and see if we can get this merged. Thanks @DoktorMike - you the best! 😄 |
PR Checklist
If you are contributing to
Javis.jl
, please make sure you are able to check off each item on this list:CHANGELOG.md
with whatever changes/features I added with this PR?Project.toml
+ set an upper bound of the dependency (if applicable)?test
directory (if applicable)?Link to relevant issue(s)
Closes #492
How did you address these issues with this PR? What methods did you use?
I just made a small example and put it in a file called
entropy.jl
under examples. Nothing else touched.