MUSE_OS
MUSE_OS copied to clipboard
Welcome to the MUSE-OS repository
## Describe the bug The developer documentation instructs to use `python -m pytest` to run the tests. However, I've found that the tests fail when using this command (more details...
Is there a way to automatically check when tutorial should be updated in the documentation? Tutorials are in \docs\tutorial-code\ Current list of errors to fix: · 1-introduction (muse.errors.GrowthOfCapacityTooConstrained: Error during...
## Describe the bug I'm having issues running the pre-commit hooks on my windows machine. ## To Reproduce I run the following steps: ``` python -m venv .venv .venv/scripts/Activate.ps1 pip...
There is a command residue of previous work referring to a test (alongside default, default_timeslice, etc) which is missing
Trade sectors have several custom steps and branching in the normal flow of the application. These need to be documented and clearly stated in the Application Flow section: https://muse-os.readthedocs.io/en/latest/application-flow.html
## Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Users have requested...
The example settings file in 9.2 gives `interpolation_mode = 'Active'` as the default, but the meaning of this isn't explained. Instead, the documentation for `interpolation_mode` further down the page gives...
## Describe the bug A clear and concise description of what the bug is, including error messages. When using the lexical_comparison decision method with an objective that can get zero...
## Describe the bug The function "consumption" is calculated over the total of commodity products. Care should be taken when by-products are present. ## To Reproduce Using the "consumption" as...
## Is your feature request related to a problem? Please describe. The consumption_path input file currently requires an index column, “ProcessName”, and “TimeSlice” to be present even if they are...