LinkedEarth / pylipd

Development repository for Python LiPD utilities
https://pylipd.readthedocs.io/en/latest/
Apache License 2.0
2 stars 0 forks source link

Loading a file with ensemble tables takes a long time #7

Closed khider closed 1 year ago

khider commented 1 year ago

I tried to load this file which contains an ensemble table, but it never loaded. Not sure if it's trying to represent each column as a variable but we should prevent it from doing so.

varunratnakar commented 1 year ago

Fixed in https://github.com/LinkedEarth/pylipd/commit/8c185076f3ebe7ff96c4019c41301f077fe71f63

khider commented 1 year ago

Tried it in a notebook and it sent my computer into a panicked loop of warnings

khider commented 1 year ago

Actually all files are sending the notebook in an infinite loop of warnings:

image
khider commented 1 year ago

But the loading works within Spyder.