MUSE_OS icon indicating copy to clipboard operation
MUSE_OS copied to clipboard

Welcome to the MUSE-OS repository

Results 146 MUSE_OS issues
Sort by recently updated
recently updated
newest added

## 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...

bug
documentation

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...

documentation

## 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...

bug
on-hold

There is a command residue of previous work referring to a test (alongside default, default_timeslice, etc) which is missing

documentation

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

documentation
enhancement

## 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...

documentation
enhancement

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...

documentation

## 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...

bug

## 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...

enhancement

## 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...

enhancement