Skip to content

Commit

Permalink
commenting out catalogid31
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed Jan 24, 2025
1 parent f93c2e7 commit 9844e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/valis/db/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class SDSSidStackedBase(PeeweeBase):
dec_sdss_id: Optional[float] = Field(..., description='Declination of the most recent cross-match catalogid')
catalogid21: Optional[int] = Field(None, description='the version 21 catalog id')
catalogid25: Optional[int] = Field(None, description='the version 25 catalog id')
catalogid31: Optional[int] = Field(None, description='the version 31 catalog id')
#catalogid31: Optional[int] = Field(None, description='the version 31 catalog id') # TODO - uncomment when v1 crossmatch is made public
last_updated: datetime.date = Field(None, description='the date the sdss_id row was last updated', exclude=True)

@field_serializer('last_updated')
Expand Down

0 comments on commit 9844e9a

Please sign in to comment.