- Notifications
You must be signed in to change notification settings - Fork20
fix #416 extra_options cannot give None as value#438
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 ourterms of service andprivacy 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?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecovbot commentedFeb 6, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #438 +/- ##======================================= Coverage 94.71% 94.71% ======================================= Files 46 46 Lines 1834 1834 ======================================= Hits 1737 1737 Misses 97 97
Flags with carried forward coverage won't be shown.Click here to find out more.
🚀 New features to boost your workflow:
|
lucemia commentedFeb 6, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
User must declare the dict, |
@@ -11,7 +11,7 @@ | |||
deftest_output_node(snapshot:SnapshotAssertion)->None: | |||
input1=input("input1") | |||
value= {"str":"x","int":1,"float":0.1} | |||
value:dict[str,str|int|float]= {"str":"x","int":1,"float":0.1} |
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.
變得很麻煩
No description provided.