Skip to content

Commit b83401f

Browse files
committed
Updating pygeos test input
1 parent ec466df commit b83401f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geos_ats_package/geos_ats/test_steps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ class pygeos_test( geos ):
521521

522522
command = "python [script] [-i <deck>] [-r <restart_file>] [-x <x_partitions>] [-y <y_partitions>] [-z <z_partitions>] [-s <schema_level>] [-n <problem_name>] [-o <output_directory>] [ --suppress-pinned ] "
523523

524-
params = geos.params + ( TestParam( "script", "Pygeos run script." ) ) # type: ignore[operator]
524+
params = geos.params + ( TestParam( "script", "Pygeos run script." ), ) # type: ignore[assignment]
525525

526526
checkstepnames = [ "restartcheck" ]
527527

0 commit comments

Comments
 (0)