Mansour Alawi

Results 2 issues of Mansour Alawi

## Overview This PR addresses the issue where `np.float` causes an attribute error in the nd2reader package. The error is due to the deprecation of `np.float` in newer versions of...

## Description While using the nd2reader package, I encountered the following error: ``` Error: module 'numpy' has no attribute 'float'. np.float was a deprecated alias for the builtin float. To...