Daniel Kaufman
Daniel Kaufman
My two cents, but not trying to throw a wrench in this if y'all are already all for it... I really like poetry. I've found it easier for package and...
@jrbourbeau — to clarify — are you trying to use a local, edited, version of a dependency? Something like what's described in [this poetry issue](https://github.com/orgs/python-poetry/discussions/5276#discussioncomment-3166561)?
oh, that's great! It's nice to have only `pyproject.toml` and not both that and `setup.py`
I'm in a conda environment, which has `libnetcdf` version 4.9.2 installed.
Thanks @dopplershift! Hi @ajelenak, does the error message that @dopplershift encountered in his [comment above](https://github.com/Unidata/netcdf4-python/issues/1313#issuecomment-2008189805) — ``` NetCDF: Start+count exceeds dimension bound Location: file ?; fcn ? line 478 ```...
Thanks @ajelenak. The `Location: file ?; fcn ? line 478` message is cryptic. I wonder if anyone here knows what that refers to — perhaps @DennisHeimbigner — e.g., line 478...
And with regard to unit tests, we discussed creating a new module which holds all UAT unit tests in the test suite, instead of duplicating+modifying the existing tests within the...
This is getting close, but not quite there yet, because there is still another place where the UAT environment is not being set. So, even though the current unit test...
I believe this is ready to go, as it appears to work! I think it's not the _most_ beautiful result — for instance, the API could be simpler than having...
Sounds good @chuckwondo, standing by!