Skip to content

Commit 4dc9acf

Browse files
authored
fix: a bug in func run_test_compare_tensor_attributes_only (#2809)
1 parent 12e885a commit 4dc9acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/py/dynamo/conversion/harness.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def run_test_compare_tensor_attributes_only(
289289
# We replicate this behavior here
290290
compilation_settings = CompilationSettings(
291291
enabled_precisions={dtype._from(precision)},
292-
truncate_long_and_double=True,
292+
truncate_double=True,
293293
debug=True,
294294
)
295295

0 commit comments

Comments
 (0)