Skip to content

Commit

Permalink
making tracking_id optional in CMIP6ItemProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
dchandan committed Nov 8, 2023
1 parent 3055afc commit 3f1d284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STACpopulator/implementations/CMIP6_UofT/add_CMIP6.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class CMIP6ItemProperties(STACItemProperties, validate_assignment=True):
physics_index: int
realization_index: int
forcing_index: int
tracking_id: str
tracking_id: str = ""
version: str = Field("")
product: str
license: str
Expand Down

0 comments on commit 3f1d284

Please sign in to comment.