klaundal / lompe

MIT License
15 stars 9 forks source link

added error message for ndim greater than 2- related to issue #26 #27

Closed 08walkersj closed 1 year ago

08walkersj commented 1 year ago

added error message for data values with array dimensions greater than 2, related to issue #26, to improve clarity.

smithara commented 1 year ago

The failure on Python 3.8 is not related to the change in the PR, but a dependency. Or rather a dependency of a dependency of a dependency... (something is pulling in blosc2>=2.2.8 but there's no version available for py3.8)

I'll adjust the tests to stop testing 3.8 and skip right to 3.10 since that's what's in the environment.yml and should keep working for a while.