Wei Ji

Results 115 issues of Wei Ji

Opening a thread to discuss whether a formal policy should be put in place for testing optional dependencies listed under the `pyproject.toml` file at: https://github.com/GenericMappingTools/pygmt/blob/9045f46e2a537eed51fdc47e2309ee6d645c4bfc/pyproject.toml#L41-L47 _Originally posted by @weiji14 in...

question

**Description of the problem** There's been instances of [flaky](https://docs.pytest.org/en/stable/flaky.html) tests in PyGMT's test suite reported in https://github.com/GenericMappingTools/pygmt/issues/1217#issuecomment-825561365. This likely stems from the fact that PyGMT uses a single GMT session...

bug
question
longterm

We've been hitting into an issue on pyogrio not being able to detect GDAL drivers in our Sphinx docs build CI since two weeks ago (https://github.com/GenericMappingTools/pygmt/issues/3301), with errors like: -...

Previously, Short values were read incorrectly as `u32` instead of `u16`, and SignedShort values were read incorrectly as `i32` instead of `i16`. This PR does the following: - Add `TiffFormatError::ShortExpected`...

Previously, Byte values were read incorrectly as `u32` instead of `u8`, and SignedShort values were read incorrectly as `i32` instead of `i8`. This PR does the following: - Correctly cast...