-
Notifications
You must be signed in to change notification settings - Fork 1
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 skip options to rail render-nb #53
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #53 +/- ##
==========================================
+ Coverage 95.58% 96.75% +1.17%
==========================================
Files 32 32
Lines 1629 1632 +3
==========================================
+ Hits 1557 1579 +22
+ Misses 72 53 -19
☔ View full report in Codecov by Sentry. |
It looks like the glob command in |
Thanks for the careful look. I have to confess I probably ignored the test b/c I was using the command it is supposed to test. I think a “hello world” nb in the test did is plenty. The only point is to make sure the command & option are getting to julyter correctly.On Oct 20, 2023, at 5:20 PM, Sam Schmidt ***@***.***> wrote:
It looks like the glob command in test_render_nb wasn't finding anything even before this PR (i.e. much of the test is uncovered in the codecov report for the current main branch). It doesn't look like pyproject.toml includes a dependence on pz-rail, so the glob command returns an empty list. Are there any notebooks available within rail_base to test render? Should we maybe include two very simple notebooks to render for tests (and skip one of those in the tests to test skipping?)
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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.
Looks good, added two simple notebooks so we could skip one, and added a third line to actually render the hello world notebook, which wasn't being done before. Required adding a jupyter req to the dev requirements, but that seems fairly minimal, so I don't think anyone will object.
Change Description
Solution Description
Code Quality
Project-Specific Pull Request Checklists
Bug Fix Checklist
New Feature Checklist
Documentation Change Checklist
Build/CI Change Checklist
Other Change Checklist