Skip to content

Commit

Permalink
correction of errors in __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanfacchinetti committed Feb 1, 2024
1 parent 0a1de7e commit a80a4b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/py21cmcast/experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,11 @@ def extract_noise_from_fiducial(k_in, dsqr_in, k_out, observation) :

PY21CMSENSE = False

def define_HERA_observation(z):
def default_HERA_observatories(z_arr):
return None

def default_observation_set(z_arr):
return ObservationSet("default_HERA", None)

def extract_noise_from_fiducial(k_in, dsqr_in, k_out, observation):
return None

0 comments on commit a80a4b1

Please sign in to comment.