File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ All changes
4747
4848- Document the :ref: `minimum version of Java <install-java >` required for :class: `ixmp.JDBCBackend <ixmp.backend.jdbc.JDBCBackend> ` (:pull: `962 `).
4949- Improve type hinting (:pull: `963 `).
50+ - Fix capitalization in auxiliary_settings.gms to enable GDX output file compression on MacOS and Linux. (:pull: `965 `)
5051
5152.. _v3.11.1 :
5253
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ option MCP = PATH ;
2626
2727*option solveopt=clear ;# remove results of previous runs in memory
2828option solveopt=merge ; # keep results of previous runs in memory
29- $SETENV GdxCompress 1 # reduces the size of the gdx export file
29+ $SETENV GDXCOMPRESS 1 # reduces the size of the gdx export file
3030
3131%calibration%$ONTEXT
3232$ONLISTING
You can’t perform that action at this time.
0 commit comments