Bugfix: Change 'units' type from int to str in TCTrackerTimeMetadata#143
Bugfix: Change 'units' type from int to str in TCTrackerTimeMetadata#143jatkinson1000 merged 2 commits intomainfrom
Conversation
|
Have cf-python dropped support for Python 3.10? |
|
No, it doesn't seem to have been, and python 3.10 is not yet end of life. So it seems to be a bug in the new release. I would suggest restricting to cf-python<3.19 for now. |
sjavis
left a comment
There was a problem hiding this comment.
This is missed by the type checker because of a lack of type annotations in cftime. I would suggest adding a return type of TCTrackerTimeMetadata to example_time_metadata to at least ensure there is some type checking going on.
Done in 1480093 |
9ce8b42 to
1480093
Compare
1480093 to
8031f63
Compare
|
Rebased to pick up version and linting fixes from main. |
Fixes #142