You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor lhe module so that the output of routines is no longer bytestrings by default. Either output LheData objects, or possibly io.BytesIO objects (maybe make it so that everything using LheData, but even when bytestrings would be exported, always do this in a BytesIO buffer?).
Also look at object instantiation, and improve the type hinting.
The text was updated successfully, but these errors were encountered:
Refactor
lhe
module so that the output of routines is no longer bytestrings by default. Either outputLheData
objects, or possiblyio.BytesIO
objects (maybe make it so that everything using LheData, but even when bytestrings would be exported, always do this in a BytesIO buffer?).Also look at object instantiation, and improve the type hinting.
The text was updated successfully, but these errors were encountered: