MUSE_OS
MUSE_OS copied to clipboard
Welcome to the MUSE-OS repository
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...
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....
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...
_Originally posted by @sgiarols in https://github.com/SGIModel/MUSE_OS/issues/82#issuecomment-1668600934_
While experimenting with extending the CI workflow (#119) to test on a matrix of python versions (3.8 - 3.11) and platforms (Linux, Windows and MacOS), tests failed for Python versions...
[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...
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...
[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....
![Uploading Screenshot 2022-12-17 at 19.21.15.png…]() if agents.csv contains "all" as a filter, it would run; if it contains from asset->technologies it would not this is due to a wrong definition...
error due to an error n the agent definition: New/Retro rather than Default (which concerns only trade)