LinkedEarth / pylipd

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

`.filter_by_name` for Euro2k returns an error #47

Closed khider closed 1 year ago

khider commented 1 year ago

To reproduce:

from pylipd.utils.dataset import load_dir
 lipd = load_dir()
 S = lipd.to_lipd_series()
S.filter_by_name('temperature')

Error:

image

varunratnakar commented 1 year ago

The directory should only have lpd files..

khider commented 1 year ago

It did. But fixed:)