Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NimaLaal committed Apr 22, 2024
1 parent 57cb8ad commit 22f51bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion enterprise_extensions/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -797,4 +797,4 @@ def common_red_noise_block(psd='powerlaw', prior='log-uniform',
else:
raise ValueError('ORF {} not recognized'.format(orf))

return crn
return crn
2 changes: 1 addition & 1 deletion enterprise_extensions/frequentist/optimal_statistic.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,4 +439,4 @@ def get_FNT(self, params={}):
F = self.get_Fmats(params)[ct]
T = sc.get_basis(params=params)
FNTs.append(N.solve(T, left_array=F))
return FNTs
return FNTs

0 comments on commit 22f51bb

Please sign in to comment.