Skip to content

Conversation

@mdoube
Copy link

@mdoube mdoube commented Mar 15, 2023

Changes proposed in this pull request:

  • update versions of python, numba and numpy
  • fix warnings from numpy and scikit

Fixes issue #27 (or at least, I cannot reproduce any more after making these changes).

Checklist:

  • Update CHANGELOG.md

mdoube added 4 commits March 14, 2023 12:44
Replace all uses of np.int with np.int32
Assumes a single channel (greyscale) image will be displayed

Fixes the warning:
msdnet/loggers.py:92: FutureWarning: `multichannel` is a deprecated
argument name for `rescale`. It will be removed in version 1.0. Please
use `channel_axis` instead.
  res_image = skt.rescale(header_image, width/1536, preserve_range=True,
mode='constant', anti_aliasing=True, multichannel=False)
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.

1 participant