Skip to content

Commit

Permalink
script should run read_calibrate_and_model.
Browse files Browse the repository at this point in the history
  • Loading branch information
aewallwi committed Sep 7, 2021
1 parent e778e8b commit 6ede629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/calibrate_and_model_dpss.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

ap = calibration.dpss_fit_argparser()
args = ap.parse_args()
calibration.calibrate_and_model_dpss(**vars(args))
calibration.read_calibrate_and_model_dpss(**vars(args))

0 comments on commit 6ede629

Please sign in to comment.