(torch_version, version_threshold)
| 49 | |
| 50 | |
| 51 | def obsolete_torch_version(torch_version, version_threshold): |
| 52 | return torch_version == 'parrots' or torch_version <= version_threshold |
| 53 | |
| 54 | |
| 55 | def parse_option(): |
no outgoing calls
no test coverage detected