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

refactor(simulation-py): make price() function optional #126

Merged
merged 2 commits into from
Feb 14, 2025

Conversation

zizou0x
Copy link
Contributor

@zizou0x zizou0x commented Jan 22, 2025

No description provided.

@tvinagre tvinagre force-pushed the zz/python-sim/make-price-optional branch 2 times, most recently from 68f03c8 to 348cf51 Compare February 4, 2025 20:41
@tvinagre tvinagre force-pushed the zz/python-sim/make-price-optional branch from 348cf51 to 574847d Compare February 7, 2025 19:25
@tvinagre tvinagre marked this pull request as ready for review February 7, 2025 19:25
@@ -166,28 +166,53 @@ def _set_engine(self):
self._engine = engine

def _set_marginal_prices(self):
"""Set the spot prices for this pool.
"""Set the spot prices for this pool."""
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you add more docs on this? There are important design decisions that led to this implementation

@zizou0x zizou0x enabled auto-merge February 14, 2025 15:29
@zizou0x zizou0x merged commit ee48407 into main Feb 14, 2025
3 checks passed
@zizou0x zizou0x deleted the zz/python-sim/make-price-optional branch February 14, 2025 15:35
@propellerci
Copy link

propellerci bot commented Feb 14, 2025

This PR is included in version 0.74.4 🎉

@propellerci propellerci bot added the true label Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants