Skip to content

Commit

Permalink
checking it runs
Browse files Browse the repository at this point in the history
Fixes #426
  • Loading branch information
Gorkowski authored and ngmahfouz committed Jan 14, 2024
1 parent 274883b commit 88d4c35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/examples/wall_loss/forward_fit_brute_force.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@

# %%

def distribution_conversion(radius, distribution, to_pdf=True):
def distribution_convert_pdf_pms(radius, distribution, to_pdf=True):
"""
Convert between a probability density function (PDF) and a probability
mass spectrum (PMS) based on the specified direction.
Expand Down Expand Up @@ -207,8 +207,8 @@ def pms_total(distribution, axis=0):


# chamber flow rates
chamber_push = 1.2 # L/min
chamber_dillution = 1.2 # L/min
chamber_push = 1.27 # L/min
chamber_dillution = 1.27 # L/min

CHAMBER_VOLUME = 908.2 # L

Expand Down

0 comments on commit 88d4c35

Please sign in to comment.