Skip to content

Commit

Permalink
Removing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yveskini committed Dec 5, 2024
1 parent 01c9a70 commit c6d39d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/examples_fast/Modules/CustomPrior.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,8 @@ def density(self, point):
density = 1.0
a, b = ref.get_param('mass').bounds
density *= 1./(b-a)
#print("Yves", a, b)

a, b = ref.get_param('radius').bounds
density *= 1./(b-a)
#print("Yves2", a, b)

return density

0 comments on commit c6d39d1

Please sign in to comment.