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

Update image_data.py #57

Merged
merged 1 commit into from
Apr 14, 2022
Merged

Update image_data.py #57

merged 1 commit into from
Apr 14, 2022

Conversation

martinschorb
Copy link
Contributor

needs to be converted to str, otherwise if is determined from data, it will fail with:

image_data.py", line 26, in _get_default_contrast_limits
    dtype = "u" + dtype
TypeError: can only concatenate str (not "numpy.dtype[int8]") to str

needs to be converted to `str`, otherwise if is determined from data, it will fail with:
```
image_data.py", line 26, in _get_default_contrast_limits
    dtype = "u" + dtype
TypeError: can only concatenate str (not "numpy.dtype[int8]") to str
```
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

Successfully merging this pull request may close these issues.

None yet

2 participants