Conversation
for more information, see https://pre-commit.ci
…ints Enable customisation of constraints
…which is true only upon running `muse --model default` or any other model that creates MCACapacity.csv and only then proceeds running the test notebooks. I hard-code this explicit file dependency which may not be the most general solution, however, due to the explicit dependency on MCACapacity.csv in one of the test notebooks, which itself is hardcoded, I think this is a straight-forward approach.
… ``Windows``.
What remains a TODO is a more detailed refinement of the documentation in terms of separating the way that exist to install MUSE. It should be made explicitly clear to settle on either of the following options.They are:
i) standalone-muse
ii) pipx-based installation
iii) virtual-env-based either via
- ``conda``
or
-``pyenv`` in combination with``venv``
iv) developers (ideally via a virtual-env based setup as explained in iii)
This reverts commit 320738c.
…um_service_factors
Fix issues with costs outputs
… the main packages that do the numerical lifting in MUSE.
Fix small issues with consumption, supply and prices outputs
Specifying the minimum version requirements
…et.py::test_refine_new_price`.
``` @pre-commit-ci pre-commit.ci - pr — error during mergeable check ```
Adapt codebase for compatibility with NumPy >= 2.0
Pin bottleneck dependency
Update documentation for `demand_share` parameter
Apply default constraints to all example models
Bump version to v1.2.0rc1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Discussed with @tsmbland.
We need to merge into
mainbefore tagging a new release.