Closed MattLiangYH closed 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
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:
Then, I did a push request. However, the pytest on GItHub is currently giving this strange error:
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?