Skip to content

Commit

Permalink
remove photozshift fro
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimerzp committed Jul 19, 2024
1 parent cdbc2ac commit 73da887
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions firecrown/likelihood/number_counts.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from firecrown.likelihood.source import (
SourceGalaxy,
SourceGalaxyArgs,
SourceGalaxyPhotoZShift,
SourceGalaxySelectField,
SourceGalaxySystematic,
PhotoZShiftFactory,
Expand Down Expand Up @@ -56,10 +55,6 @@ def apply(
"""Apply method to include systematics in the tracer_arg."""


class PhotoZShift(SourceGalaxyPhotoZShift[NumberCountsArgs]):
"""Photo-z shift systematic."""


class SelectField(SourceGalaxySelectField[NumberCountsArgs]):
"""Systematic to select 3D field."""

Expand Down
5 changes: 0 additions & 5 deletions firecrown/likelihood/weak_lensing.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
from firecrown.likelihood.source import (
SourceGalaxy,
SourceGalaxyArgs,
SourceGalaxyPhotoZShift,
SourceGalaxySelectField,
SourceGalaxySystematic,
PhotoZShiftFactory,
Expand Down Expand Up @@ -55,10 +54,6 @@ def apply(
"""Apply method to include systematics in the tracer_arg."""


class PhotoZShift(SourceGalaxyPhotoZShift[WeakLensingArgs]):
"""Photo-z shift systematic."""


class SelectField(SourceGalaxySelectField[WeakLensingArgs]):
"""Systematic to select 3D field."""

Expand Down

0 comments on commit 73da887

Please sign in to comment.