Skip to content

Commit

Permalink
Merge branch 'main' of github.com:field-energy/pyngeso
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiamatrix committed Oct 1, 2024
2 parents 6c27612 + 0e4da23 commit b3e91f9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_pyngeso.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,17 +120,13 @@ def test_historic_generation_mix():
headers_row = next(c)
first_row = next(c)

print(headers_row)
print(first_row)

assert "DATETIME" in headers_row
assert "2009-01-01 00:00:00+00" in first_row
assert len(headers_row) == len(first_row)


@pytest.mark.vcr
def test_carbon_intensity_forecast():

date_col = "datetime"
start_date = datetime(2018, 1, 1, 0, 0)
end_date = datetime(2018, 1, 1, 23, 30)
Expand Down Expand Up @@ -352,7 +348,6 @@ def test_historic_demand_data(year: int):

@pytest.mark.vcr
def test_dx_eac_eso_results_summary():

date_col = "deliveryStart"
start_date = datetime(2023, 11, 2, 23)
end_date = datetime(2023, 11, 3, 23)
Expand Down

0 comments on commit b3e91f9

Please sign in to comment.