-
Notifications
You must be signed in to change notification settings - Fork 2
User data example #396
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
base: main
Are you sure you want to change the base?
User data example #396
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #396 +/- ##
==========================================
- Coverage 88.06% 87.84% -0.22%
==========================================
Files 23 23
Lines 2279 2279
Branches 287 287
==========================================
- Hits 2007 2002 -5
- Misses 193 194 +1
- Partials 79 83 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
I've a question, but otherwise this looks fine.
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.
LGTM.
Please check the rendered version of the notebooks for warnings. There are quite a few warnings in this notebook.
Description
Fixes #370 (raised by @meghnathomas )
Fixes #393 (raised by @cbuahin )
Type of change
Key checklist
python -m pytest
)python -m sphinx -b html docs docs/build
)pre-commit run --all-files
)Further checks