Skip to content

Commit

Permalink
update datamodel (#344)
Browse files Browse the repository at this point in the history
* update datamodel

* run workflow for pr

* prettier

* empty

* bump nowcasting_datamodel

* revert workflow changes
  • Loading branch information
mduffin95 authored Jul 16, 2024
1 parent aaa7a61 commit 044cebe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ uvicorn[standard]
pydantic
numpy
requests
nowcasting_datamodel==1.5.36
nowcasting_datamodel==1.5.52
sqlalchemy
psycopg2-binary
geopandas
Expand Down
2 changes: 1 addition & 1 deletion src/tests/test_gsp.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
LocationWithGSPYields,
ManyForecasts,
)
from nowcasting_datamodel.read.read import get_model
from nowcasting_datamodel.read.read_models import get_model
from nowcasting_datamodel.save.save import save_all_forecast_values_seven_days
from nowcasting_datamodel.save.update import update_all_forecast_latest

Expand Down
2 changes: 1 addition & 1 deletion src/tests/test_merged_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from freezegun import freeze_time
from nowcasting_datamodel.fake import make_fake_forecast
from nowcasting_datamodel.models import ForecastValue, ForecastValueLatestSQL
from nowcasting_datamodel.read.read import get_model
from nowcasting_datamodel.read.read_models import get_model

from database import get_session
from main import app
Expand Down
2 changes: 1 addition & 1 deletion src/tests/test_national.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from freezegun import freeze_time
from nowcasting_datamodel.fake import make_fake_national_forecast
from nowcasting_datamodel.models import GSPYield, Location, LocationSQL
from nowcasting_datamodel.read.read import get_model
from nowcasting_datamodel.read.read_models import get_model
from nowcasting_datamodel.save.save import save_all_forecast_values_seven_days
from nowcasting_datamodel.save.update import update_all_forecast_latest

Expand Down

0 comments on commit 044cebe

Please sign in to comment.