Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimerzp committed Jul 19, 2024
1 parent 5e3d174 commit efc9be1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion firecrown/likelihood/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from dataclasses import dataclass, replace
from typing import Generic, Sequence, TypeVar, final, Annotated, Literal

from pydantic import BaseModel, ConfigDict, Field, PrivateAttr
from pydantic import BaseModel, ConfigDict, Field
import numpy as np
import numpy.typing as npt
import pyccl
Expand Down Expand Up @@ -250,6 +250,10 @@ def apply(self, tools: ModelingTools, tracer_arg: _SourceGalaxyArgsT):
)


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


class PhotoZShiftFactory(BaseModel):
"""Factory class for PhotoZShift objects."""

Expand Down

0 comments on commit efc9be1

Please sign in to comment.