Skip to content

Commit

Permalink
wrong function call signature
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanwood committed Nov 8, 2023
1 parent 15bcbb0 commit 60b15cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions LensCalcPy/eventsampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ def sample_density(params, # galactic longitude (degrees)
return prob

def sample_density_log(params,
lbounds=(-10,10),
bbounds=(-10,10)
this_pbh,
lbounds=(-10,10),
bbounds=(-10,10)
):
"""
Computes log of sample_density (see above)
Expand Down

0 comments on commit 60b15cf

Please sign in to comment.