Results 37 issues of Diego Alonso Álvarez

Currently, MUSE several labels (`mark`) that identify different kinds of tests and that, when required, let one run them independently of others: https://github.com/SGIModel/MUSE_OS/blob/f89eb147a6a706fa8f180717f7eefd8336662d0c/pyproject.toml#L96-L101 It will be useful to do the...

documentation
infrastructure

After #105 Like with #106 , deploying MUSE to `conda-forge` so it can be easily installable if `conda` is the preferred Python distribution will be very useful for end users....

wontfix
infrastructure

MUSE-GUI fails if launched as `muse_gui` after having done `pip install -e .[gui]`. If it is launched with `python -m muse_gui`, it works fine. The command line version of MUSE...

bug

[UML diagrams](https://en.wikipedia.org/wiki/Unified_Modeling_Language) are useful to identify how classes and subclasses relate to each other in OOP, better understand relationships and identify redundancies or unknown links. Potentially, it could use the...

documentation
wontfix

PyPI does not allow to have dependencies that are GitHub repositories. Therefore, the following have been removed from `pyproject.toml` and their installation and use will need to be described in...

documentation

[Profiling of the code](https://docs.python.org/3/library/profile.html) will be done with the [current examples](https://github.com/SGIModel/MUSE_OS/tree/develop/run/example) to identify bottlenecks in the execution and those parts of the code that could be improved in the future....

performance

## Problem The function [`minMax`](https://github.com/brendan-duncan/image/blob/b349d5d1eac56abb2337b4ee7a26757bf87ed670/lib/src/util/min_max.dart#L5) can be used to find the minimum and maximum pixel values of an image. However, when applied to a multi-channel image, the values it **produces...