Skip to content

Commit

Permalink
added fname_base
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Ragland authored and mchitre committed Mar 28, 2024
1 parent 3762e24 commit 4a6d9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arlpy/uwapm.py
Expand Up @@ -323,7 +323,7 @@ def compute_arrivals(env, model=None, debug=False, fname_base=None):
(model_name, model) = _select_model(env, arrivals, model)
if debug:
print('[DEBUG] Model: '+model_name)
return model.run(env, arrivals, debug)
return model.run(env, arrivals, debug, fname_base)

def compute_eigenrays(env, tx_depth_ndx=0, rx_depth_ndx=0, rx_range_ndx=0, model=None, debug=False, fname_base=None):
"""Compute eigenrays between a given transmitter and receiver.
Expand Down

0 comments on commit 4a6d9ae

Please sign in to comment.