Added an example for entropy simulation.#493
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✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ 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 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.mdwith whatever changes/features I added with this PR?Project.toml+ set an upper bound of the dependency (if applicable)?testdirectory (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.jlunder examples. Nothing else touched.