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

MISO error missing component #33

Open
andrewrosemberg opened this issue Nov 21, 2024 · 0 comments
Open

MISO error missing component #33

andrewrosemberg opened this issue Nov 21, 2024 · 0 comments

Comments

@andrewrosemberg
Copy link
Member

MISO errors when running for a year because one of the LMP components is missing. TO reproduce:

using ElectricityMarketData
using Dates
market = ElectricityMarketData.MisoMarket()
df = ElectricityMarketData.get_real_time_lmp(
    market,
    DateTime(2023, 1, 1, 0, 0),
    DateTime(2024, 1, 1, 1, 0),
)

Probably better to index the fetched dataframe by columns rather than numerical indexes.

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

No branches or pull requests

1 participant