Merged
Conversation
…dents or not, depending on the expected file size (length of the time series)
FBumann
added a commit
that referenced
this pull request
Feb 23, 2025
* structure.py: bugfix in normalized_center_of_mass() * remove resolve() from Paths (#150) * Improving linopy * Improve linopy * Add highs solver to linopy * Feature/to json (#152) * Add functions to save infos about the modeled flow system to json * Make str conversion depend on new function to remove dedundancy * Add compact infos about FlowSystem to .yaml * ruff issues and formating * BUGFIX in copy_and_convert_datatypes() * Temporary commit * Add a condition, wether to write a "human-readable" json file with indents or not, depending on the expected file size (length of the time series) (#155) * Add scipy version requirement to prevent issues with highspy * Move pyomo import into class * Adding linopy in comments, removing cvxpy * Keeping pyomo as the default * Revert "Temporary commit" This reverts commit 093c6b0. * ruff format * Move linopy dependencies * Add tests for linopy * Moving from unittest to pytest with fixtures - Step 1 * Moving from unittest to pytest with fixtures - Step 2 * Transfering all test_functional.py to pytest with fixtures * ruff format * add linopy to dev requirements * add gurobipy to dev requirements * Write the solver lof to a file with linopy --------- Co-authored-by: baumbude <baumbude@gmail.com>
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.
Add a condition, wether to write a "human-readable" json file with indents or not, depending on the expected file size (length of the time series)