Eric Kerfoot

Results 45 issues of Eric Kerfoot

Create a function called `to_field` which accepts something that can be coerced into a Numpy array and returns a new field containing that data. Other arguments such as `dtype` may...

Important for when Sphinx imports the files that it doesn't attempt to run the script.

Using `datetime.datetime` produces objects whose `timestamp()` value is not valid under Windows, at least insofar as Python calculates it. To replicate: ```python import datetime dt=datetime.datetime(1970,1,2) print(dt.timestamp()) # valid dt=datetime.datetime(1969,1,2) print(dt.timestamp())...

The `__getitem__` method expect an `IndexError` to be raised to indicate the end of the sequence, this is expected by `list` and other operators which will ignore the exception. One...

bug

**Is your feature request related to a problem? Please describe.** In the README.md and/or installation guide to precisely specify versions of dependencies. This would be only for Python, Numpy, and...

My idea was to create new teams within the Project MONAI Github organisation. We have a few here https://github.com/orgs/Project-MONAI/teams but I think we should add more for specific areas of...

As discussed recently there are a few specific details and points of discussion relating to how MAPs are used in research, specifically using them as means of distributing research networks...

To avoid issues when running bundles in CPU mode like that encountered below, all bundle weights should be stored on CPU. The alternative solution is to ensure any `CheckpointLoader` objects...

Let's list the available datasets that we have access to. * VerSe Dataset https://github.com/anjany/verse (labels are questionable) * ADNI * Decathlon

Job is to go through module and other components, identify what code is not being used and mark for deletion, and add Doxygen comments for those components that are used....