Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimerzp committed Jul 19, 2024
1 parent 202c47f commit cdbc2ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions firecrown/likelihood/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,9 @@ def __init__(

self.sacc_tracer = sacc_tracer
self.current_tracer_args: None | _SourceGalaxyArgsT = None
self.systematics: UpdatableCollection[
SourceGalaxySystematic
] = UpdatableCollection(systematics)
self.systematics: UpdatableCollection[SourceGalaxySystematic] = (
UpdatableCollection(systematics)
)
self.tracer_args: _SourceGalaxyArgsT

def _read(self, sacc_data: sacc.Sacc):
Expand Down
6 changes: 3 additions & 3 deletions firecrown/likelihood/weak_lensing.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,9 +447,9 @@ class WeakLensingFactory(BaseModel):
model_config = ConfigDict(extra="forbid", frozen=True)

_cache: dict[int, WeakLensing] = PrivateAttr()
_global_systematics_instances: Sequence[
SourceGalaxySystematic[WeakLensingArgs]
] = PrivateAttr()
_global_systematics_instances: Sequence[SourceGalaxySystematic[WeakLensingArgs]] = (
PrivateAttr()
)

per_bin_systematics: Sequence[WeakLensingSystematicFactory]
global_systematics: Sequence[WeakLensingSystematicFactory]
Expand Down

0 comments on commit cdbc2ac

Please sign in to comment.