Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tutorial] add basic example of EOM and LTM comparison #265

Merged
merged 10 commits into from
Jan 19, 2024

Conversation

maurerle
Copy link
Member

This still awaits proper renaming of the examples to tutorials, but can be merged once I tested everything.

@maurerle maurerle changed the title add basic example of EOM and LTM comparison [tutorial] add basic example of EOM and LTM comparison Jan 11, 2024
Copy link

codecov bot commented Jan 11, 2024

Codecov Report

Attention: 16 lines in your changes are missing coverage. Please review.

Comparison is base (cff691d) 80.22% compared to head (93a9468) 81.92%.
Report is 11 commits behind head on main.

Files Patch % Lines
assume/strategies/extended.py 18.75% 13 Missing ⚠️
assume/common/outputs.py 75.00% 2 Missing ⚠️
assume/markets/base_market.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #265      +/-   ##
==========================================
+ Coverage   80.22%   81.92%   +1.70%     
==========================================
  Files          38       38              
  Lines        4136     4156      +20     
==========================================
+ Hits         3318     3405      +87     
+ Misses        818      751      -67     
Flag Coverage Δ
pytest 81.92% <48.38%> (+1.70%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@maurerle maurerle marked this pull request as ready for review January 15, 2024 11:54
"source": [
"# 5. market comparison tutorial\n",
"\n",
"This tutorial describes a showcase [from the scientific paper \"Market Abstraction of Energy Markets and Policies - Application in an Agent-Based Modeling Toolbox\"](https://link.springer.com/chapter/10.1007/978-3-031-48652-4_10).\n",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally I would expect people to take a look at the work, but we cannot expect that from everyone? Could you please provide a small theoretical part here, maybe directcly from the paper, introducing the research question and exactly what markets are investigated here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would say the necessity for this depends on the aim of tutorial. Similar to the new name that you @nick-harder suggested. Is it to show the efects of long-term markets and hence get a different angle on the paper results or to showcase how markets can be configured?

If it is the later, I would not include any theory besides a description of the markets and how this description is translated to the market-config.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we could have both. What if we asked the following RQ? Here is the questions, and we will investigate these market configs. How do we put this into ASSUME? and thus the tutorial.

kim-mskw and others added 3 commits January 16, 2024 16:06
- fix mermaid charts in docs
- fix typos
- rename example
- fix case sensitive file names for 04_reinforcement_learning_example
- clarify 06_market_comparison example instructions
@maurerle maurerle force-pushed the market_paper_tutorial branch 2 times, most recently from f1bdc70 to 907efd1 Compare January 18, 2024 20:36
@@ -22,4 +22,4 @@ dependencies:
- sphinx-book-theme
- nbsphinx
- nbsphinx_link
- sphinxcontrib-mermaid
- git+https://github.com/maurerle/sphinxcontrib-mermaid@maurerle
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need to rely on this custom version?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The initialization of mermaid js is currently broken on the upstream version - see here:
#272

@maurerle maurerle merged commit 09634f3 into main Jan 19, 2024
3 of 4 checks passed
@nick-harder nick-harder deleted the market_paper_tutorial branch January 30, 2024 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants