Skip to content

Commit

Permalink
Fix a typo (#3731)
Browse files Browse the repository at this point in the history
  • Loading branch information
wujingyue authored Jan 20, 2025
1 parent 062dd50 commit cd01f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def check_cpp_translation(
"(A failure here suggests a mismatch in functionality between the original and cloned definitions.)"
)
print("Does FusionDefinition supports segmentation?\t", supports_segmentation)
print(fd.getReproErrorString("executing", inputs))
print(fd._repro_error_str("executing", inputs))
raise err


Expand Down

0 comments on commit cd01f77

Please sign in to comment.