Skip to content
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

✨ Add warning if non set parameter in notebooked is passed through cli #701

Merged
merged 3 commits into from
Nov 1, 2023

Conversation

enryH
Copy link
Contributor

@enryH enryH commented Nov 5, 2022

What does this PR do?

  • get a hint for potential errors, without changing the current behaviour

Fixes #667 (at least be warned)

- get a hint for potential errors, without changing the current behaviour
Copy link
Member

@MSeal MSeal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a nice addition, thanks for adding

@MSeal MSeal enabled auto-merge (squash) November 29, 2022 15:09
@enryH
Copy link
Contributor Author

enryH commented Dec 1, 2022

Do the workflow need to be run? What do you think about adding a flag to make this compulsory behaviour?

Copy link

codecov bot commented Nov 1, 2023

Codecov Report

Merging #701 (aa1a66a) into main (65693c3) will increase coverage by 0.03%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #701      +/-   ##
==========================================
+ Coverage   91.39%   91.42%   +0.03%     
==========================================
  Files          17       17              
  Lines        1627     1633       +6     
==========================================
+ Hits         1487     1493       +6     
  Misses        140      140              
Files Coverage Δ
papermill/execute.py 100.00% <100.00%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 65693c3...aa1a66a. Read the comment docs.

@MSeal MSeal disabled auto-merge November 1, 2023 22:22
@MSeal MSeal merged commit 301f60e into nteract:main Nov 1, 2023
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

parameter validation similar to argparse
2 participants