We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to define what the limitations are for writing data in certain formats.
We could add to the yaml file:
dtype: [int16, int8] # Numpy dtype
This would help to automate the translation between two different file formats.
This is related to #312 and would be helpful there to identify which formats a file could be translated into.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the functionality you would like to see.
It would be nice to define what the limitations are for writing data in certain formats.
We could add to the yaml file:
This would help to automate the translation between two different file formats.
Describe the context
This is related to #312 and would be helpful there to identify which formats a file could be translated into.
The text was updated successfully, but these errors were encountered: