We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54300e2 commit dc8572eCopy full SHA for dc8572e
src/astrohack/beamcut.py
@@ -15,6 +15,7 @@
15
16
from typing import Union, List
17
18
+
19
@validate(custom_checker=custom_plots_checker)
20
def beamcut(
21
holog_name: str,
src/astrohack/beamcut_mds.py
@@ -322,7 +322,7 @@ def plot_beamcut_in_attenuation(
322
:return: None
323
:rtype: NoneType
324
"""
325
-
326
param_dict = locals()
327
328
pathlib.Path(param_dict["destination"]).mkdir(exist_ok=True)
0 commit comments