Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Draft
lucemia wants to merge2 commits intomain
base:main
Choose a base branch
Loading
fromfix-416-extra-options-should-not-accept-none

Conversation

lucemia
Copy link
Contributor

No description provided.

@codecovCodecov
Copy link

codecovbot commentedFeb 6, 2025
edited
Loading

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.71%. Comparing base(a506c0a) to head(2e42e22).
Report is 152 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@##             main     #438   +/-   ##=======================================  Coverage   94.71%   94.71%           =======================================  Files          46       46             Lines        1834     1834           =======================================  Hits         1737     1737             Misses         97       97
FlagCoverage Δ
3.1094.71% <100.00%> (ø)
3.1194.71% <100.00%> (ø)
3.1294.71% <100.00%> (ø)
3.1394.71% <100.00%> (ø)

Flags with carried forward coverage won't be shown.Click here to find out more.

Files with missing linesCoverage Δ
src/ffmpeg/dag/io/_input.py100.00% <ø> (ø)
src/ffmpeg/dag/io/_output.py100.00% <ø> (ø)
src/ffmpeg/dag/io/output_args.py100.00% <100.00%> (ø)
src/ffmpeg/types.py100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@lucemia
Copy link
ContributorAuthor

lucemia commentedFeb 6, 2025
edited
Loading

User must declare the dict,
maybe just remove the None value

@@ -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}
Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

變得很麻煩

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@lucemia

[8]ページ先頭

©2009-2025 Movatter.jp