(model, diff_limit=0)
| 238 | |
| 239 | |
| 240 | def compare_canonical_models(model, diff_limit=0): |
| 241 | return local_canonical_file(model, diff_tool=[model_diff_tool, '--diff-limit', str(diff_limit)]) |
| 242 | |
| 243 | |
| 244 | def _check_shape(pool, object_count, features_count): |
no test coverage detected