Fix error when writing to disk coordinates with a computed_standard_name#254
Conversation
Codecov Report
@@ Coverage Diff @@
## main #254 +/- ##
=======================================
Coverage 87.55% 87.55%
=======================================
Files 124 124
Lines 12804 12804
=======================================
Hits 11209 11209
Misses 1595 1595
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
sadielbartholomew
left a comment
There was a problem hiding this comment.
I am struggling to reproduce the original error (AttributeError as per the attached Issue) here. Could you provide a code snippet that produces it for you so I can check it throws it in my environment? (I intend to add as a review comment that we should really add some testing to capture the bug that has been fixed, as well as just the fix itself, so that can go towards that hopefully!)
sadielbartholomew
left a comment
There was a problem hiding this comment.
Discussed offline, with my previous question answered. All good.
Fixes #253