(a, b, error = 1e-7)
| 9 | import fields2cover as f2c |
| 10 | |
| 11 | def near(a, b, error = 1e-7): |
| 12 | assert abs(a - b) < error |
| 13 | |
| 14 | def test_fields2cover_types_path_appendSwath(): |
| 15 | line1 = f2c.LineString(f2c.VectorPoint( |
no outgoing calls
no test coverage detected