facebookresearch / fastMRI

A large-scale dataset of both raw MRI measurements and clinical MRI images.
https://fastmri.org
MIT License
1.29k stars 370 forks source link

Fix random integers #170

Closed mmuckley closed 2 years ago

mmuckley commented 2 years ago

Patches an error - the integers function is not available to np.random.RandomState.

This PR also added a test for all mask types to hopefully automatically detect this issue in the future.