Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support binary files of boolean values #63

Open
vedran-kasalica opened this issue Feb 8, 2024 · 0 comments
Open

Support binary files of boolean values #63

vedran-kasalica opened this issue Feb 8, 2024 · 0 comments

Comments

@vedran-kasalica
Copy link
Member

Currently tsdf supports only int and float

_map_to_numpy_types = {
"int": "i",
"float": "f",
# etc
}
""" Mapping of data types that are supported by TSDF to
their NumPy representation used for parsing. """

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant