Closed seisman closed 3 years ago
I'll get on Windows and work on this today (and also #717). The CI failures are getting too annoying.
The "windows-latest - GMT master" workflow is failing at the pygmt
install step now, see https://github.com/GenericMappingTools/pygmt/runs/1803109048?check_suite_focus=true#step:10:796. Edit: Was an intermittent issue, should be fixed as cftime==1.4.0
wheels for Windows are now available at https://pypi.org/project/cftime/1.4.0/#files
If we can't fix it before v0.3.0. I think the workaround would be codes like
try:
os.remove(self.name)
except PermissionError:
print("PyGMT can't delete the temporary file 'xxx' due to unknown causes.")
@weiji14 I think the big issue in GMT dev was just fixed in https://github.com/GenericMappingTools/gmt/pull/4777.
Could you please bump conda-forge's GMT dev version (https://github.com/conda-forge/gmt-feedstock/tree/devel) again, so that we can have full tests running to make sure all tests pass?
Ok. Hard to do it on mobile at the conference but I'll do it as soon as I possibly can, maybe in a day or two.
As it's hard for you, I'll manually submit a PR later.
Done in https://github.com/conda-forge/gmt-feedstock/pull/134, and recent tests with GMT dev pass (https://github.com/GenericMappingTools/pygmt/actions/runs/553525167).
Ok, I'll close this issue since it seems to have been fixed in https://github.com/GenericMappingTools/gmt/pull/4777
Description of the problem
See the results of the "GMT Latest Tests" action (https://github.com/GenericMappingTools/pygmt/actions?query=workflow%3A%22GMT+Latest+Tests%22).
There are 10 failures on Windows. The error messages are:
It's unclear if it's a bug in GMT dev version or a PyGMT bug.