We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e25c2 commit 24b0b35Copy full SHA for 24b0b35
1 file changed
treeppl/base.py
@@ -80,8 +80,6 @@ def __init__(
80
args.append(f"--{k.replace('_', '-')}")
81
if v is not True:
82
args.append(str(v))
83
- if not "resample" in kwargs:
84
- args.extend(["--resample", "align"])
85
with Popen(
86
args=args, cwd=self.temp_dir.name, stdout=PIPE, stderr=STDOUT
87
) as proc:
0 commit comments