Skip to content

Commit

Permalink
Replaced EmptyFilter with NoFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
Snyder005 committed Jan 10, 2024
1 parent 24308a5 commit 061f813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/obs/lsst/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def addFilter(filter_dict, band, physical_filter):
FilterDefinition(band="unknown", physical_filter="unknown")]

UCD_FILTER_DEFINITIONS = FilterDefinitionCollection(
EmptyFilter,
*NoFilterCollection,
*LsstCamFiltersGeneric,
*UCDFilters,
)
Expand Down

0 comments on commit 061f813

Please sign in to comment.