Skip to content

Commit

Permalink
Fix typo in estimate_pz_task.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eacharles committed Jul 30, 2024
1 parent b633d81 commit a7adfe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/meas/pz/estimate_pz_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def _get_mags_and_errs(
def run(
self,
pzModel: dict[str, Any],
objectTable, DeferredDatasetHandle,
objectTable: DeferredDatasetHandle,
) -> Struct:
""" Run a p(z) estimation algorithm
Expand Down

0 comments on commit a7adfe0

Please sign in to comment.