Closed andreww closed 3 years ago
Looks like PyContracts is no longer being maintained - this has been raised as an issue on the software repository but not fixed.
Some potential alternatives for type checking:
Removed/commented out contracts decorators, replaced with tests - type specification too restrictive for some functions which can take scalars or arrays as arguments
Just a quick note so we don't forget that the contracts module is generating warnings from the test suite. For example:
I think the plan is to remove remove the contracts decorators and replace with suitable unit tests at some point.