NCAR / geocat-examples

GeoCAT-examples provides a gallery of visualization examples demonstrating how to reproduce plots from NCL Applications scripts with packages in Python. It also includes some longer form examples demonstrating how to use functionality from various GeoCAT packages.
https://geocat-examples.readthedocs.io
Apache License 2.0
66 stars 42 forks source link

CI still failing on linint2 #527

Closed jukent closed 1 year ago

jukent commented 1 year ago
File "/Users/runner/work/geocat-examples/geocat-examples/GeoCAT-comp-examples/matplotlib/linint2_example.py", line 100, in <module>
after excluding 0 files that had previously been run (based on MD5).
    p = newsst.plot.contourf(ax=ax, **plot_options)

AttributeError: 'NoneType' object has no attribute 'plot'
kafitzgerald commented 1 year ago

Yeah, it looks like it's using an old cached environment. I'll go in and delete and rerun.

kafitzgerald commented 1 year ago

And re-running a workflow uses the same old commit 🤦🏻‍♀️ so it fails anyway.

I'll keep an eye on this and close it out once I confirm it's working.

jukent commented 1 year ago

Oh good point. Maybe tonight's CI run will work then? I'll look when I get back if this is still an issue.

jukent commented 1 year ago

Seems to be working now!