We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec466df commit b83401fCopy full SHA for b83401f
geos_ats_package/geos_ats/test_steps.py
@@ -521,7 +521,7 @@ class pygeos_test( geos ):
521
522
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 ] "
523
524
- params = geos.params + ( TestParam( "script", "Pygeos run script." ) ) # type: ignore[operator]
+ params = geos.params + ( TestParam( "script", "Pygeos run script." ), ) # type: ignore[assignment]
525
526
checkstepnames = [ "restartcheck" ]
527
0 commit comments