File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -328,9 +328,13 @@ class ScenarioMeta(BaseModel):
328328 default = None , description = "Path to canonical study DB (legacy)"
329329 )
330330 population_id : str = Field (
331- default = "default" , description = "[Deprecated] Population ID in study DB — use scenario name via scenario_id instead"
331+ default = "default" ,
332+ description = "[Deprecated] Population ID in study DB — use scenario name via scenario_id instead" ,
333+ )
334+ network_id : str = Field (
335+ default = "default" ,
336+ description = "[Deprecated] Network ID in study DB — use scenario name via scenario_id instead" ,
332337 )
333- network_id : str = Field (default = "default" , description = "[Deprecated] Network ID in study DB — use scenario name via scenario_id instead" )
334338 created_at : datetime = Field (default_factory = datetime .now )
335339
336340 def get_population_ref (self ) -> tuple [str , int | None ]:
You can’t perform that action at this time.
0 commit comments