Skip to content

Commit 396595f

Browse files
tjohnson31415dtrifiro
authored andcommitted
use --dtype=float32 in tests
Signed-off-by: Travis Johnson <[email protected]>
1 parent 751ef2e commit 396595f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def args( # noqa: PLR0913
110110
"__main__.py",
111111
f"--grpc-port={grpc_server_port}",
112112
f"--port={http_server_port}",
113+
"--dtype=float32",
113114
*extra_args,
114115
],
115116
)

0 commit comments

Comments
 (0)