USNavalResearchLaboratory / eispac

Read the Docs
https://eispac.readthedocs.io/en/latest/
MIT License
23 stars 6 forks source link

Fixed bug with reading unicode characters from output files #73

Closed MJWeberg closed 1 year ago

MJWeberg commented 1 year ago

Output HDF5 files with Unicode characters in internal filepath strings would sometimes fail to load with eispac.read_fit(). Added fallback method of decoding strings that patches the issue.