You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. (optional) In step 2, three solvers are installed: HiGHs, glpk and gurobi. HiGHs is the recommended open-source solver. Gurobi is generally faster, but requires a license for full functionality, which is [freely available to academics](https://www.gurobi.com/features/academic-named-user-license/) (see instructions website).
@@ -129,10 +140,10 @@ There are multiple ways to get involved and learn more about our work:
129
140
130
141
## Running the model in previous versions
131
142
132
-
The model can be run in previous versions by checking out the respective tag. For instance, to run the model in version 0.6.0, which is the last version before the recent PyPSA update, the following command can be used:
143
+
The model can be run in previous versions by checking out the respective tag. For instance, to run the model in version 0.8.0, which is the last version before the recent PyPSA update, the following command can be used:
133
144
134
145
```bash
135
-
git checkout v0.6.0
146
+
git checkout v0.8.0
136
147
```
137
148
After checking out the tag, the model can be run as usual. Please make sure to use the environment built for the respective version.
0 commit comments