Skip to content

Commit

Permalink
Add link to PR on Github in the tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
behnam-zakeri committed May 10, 2022
1 parent a2e129a commit 1cb72de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/westeros/westeros_investment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
" INVEST(node, year) =E= SUM(tec$( map_tec(node,tec,year) ), ( inv_cost(node,tec,year) * construction_time_factor(node,tec,year) * end_of_horizon_factor(node,tec,year) * CAP_NEW(node,tec,year) )$( inv_tec(tec) )\n",
");`\n",
"\n",
"If you are not sure, you can check these changes here:\n",
"If you are not sure, you can check these changes here: https://github.com/iiasa/message_ix/pull/602\n",
"\n",
"At this stage, you do not need to update the model documentation as it is done in the link above. But this is a good modeling practice for documenting the new sets, parameters, variables, and equations in the GAMS files using inline Latex notes."
]
Expand Down

0 comments on commit 1cb72de

Please sign in to comment.