-
Notifications
You must be signed in to change notification settings - Fork 23
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
#282 Restructure examples/
directory
#375
#282 Restructure examples/
directory
#375
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #375 +/- ##
===========================================
- Coverage 97.47% 97.35% -0.13%
===========================================
Files 42 42
Lines 2418 2418
===========================================
- Hits 2357 2354 -3
- Misses 61 64 +3 ☔ View full report in Codecov by Sentry. |
I think this is ready for an initial review, I've covered most of the notebooks and scripts in #282-comment, example tests might be failing right now which i'll work on to fix. |
56b95ba
to
edb2ca1
Compare
Tests are also passing now. |
Hi @arjxn-py, thanks for sharing your progress on this issue! A few comments:
Thanks again, please let me know if any questions and request a review when you are ready. |
Description
This PR restructures the examples directory to provide a more organized and user-friendly entry point for users seeking specific functionality.
Issue reference
Fixes #282
Review
Before you mark your PR as ready for review, please ensure that you've considered the following:
Type of change
Key checklist:
$ pre-commit run
(or$ nox -s pre-commit
) (see CONTRIBUTING.md for how to set this up to run automatically when committing locally, in just two lines of code)$ nox -s tests
$ nox -s doctest
You can run integration tests, unit tests, and doctests together at once, using
$ nox -s quick
.Further checks: