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

give name of function inside incorrect parameters error #538

Closed
wants to merge 20 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
format with black
  • Loading branch information
WaylonWalker committed Oct 6, 2020
commit ceaab2137e142f99023a7501ebb5fa084a78b337
1 change: 0 additions & 1 deletion tests/pipeline/test_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ def partial_inconsistent_input_size():
@pytest.mark.parametrize(
"func, expected",
[

(
inconsistent_input_size,
r"Inputs of '<function identity at .*>' expected \[\'input1\'\], but got \[\'A\', \'B\'\]",
Expand Down