beam-tracing / Scotty

Beam tracing code for diagnostics
https://scotty.readthedocs.io/en/latest/
GNU General Public License v3.0
7 stars 4 forks source link

Push request fails pytest #130

Closed MattLiangYH closed 4 months ago

MattLiangYH commented 4 months ago

Hi Peter

I created a new branch from the master branch, named binorm_vec_test, to edit one line in the analysis.py file as shown below: Screenshot 2024-07-01 142728

Then, I did a push request. However, the pytest on GItHub is currently giving this strange error: Screenshot 2024-07-01 142555

However, my changes should not be causing this problem. Furthermore, I ran pytest internally on my computer and it managed to pass all the tests. Do you know how to solve this issue?

ZedThree commented 4 months ago

Hi @MattLiangYH, I can reproduce this in a fresh virtualenv on master, so it's definitely not your changes. It looks like it's related to the change in version of netCDF4 -- the tests pass with 1.6.5 and fail with 1.7.1