Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tilmantroester committed Oct 20, 2023
1 parent bc6e964 commit 6eea81d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/des_y1_3x2pt/des_y1_cosmic_shear_pk_modifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import os
from typing import Tuple

import pyccl
import sacc
import pyccl as ccl
import pyccl.nl_pt
Expand Down
4 changes: 2 additions & 2 deletions firecrown/likelihood/gauss_family/statistic/source/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,11 @@ def has_hm(self) -> bool:
class SourceGalaxyArgs:
"""Class for galaxy based sources arguments."""

scale: float

z: npt.NDArray[np.float64]
dndz: npt.NDArray[np.float64]

scale: float = 1.0

field: str = "delta_matter"


Expand Down

0 comments on commit 6eea81d

Please sign in to comment.