Iain Palmer

Results 2 comments of Iain Palmer

Also getting the same error with shapely = "1.8.2"; no errors with shapely = "1.8.1"

I'm hitting a similar issue; this is a simplified reproduction with the following input jsonschema: *foo.json* ```json { "$id": "foo.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Foo", "type": "object", "properties": { "bar": {...