diff --git a/treeppl/base.py b/treeppl/base.py index 14ea808..4c6073b 100644 --- a/treeppl/base.py +++ b/treeppl/base.py @@ -76,8 +76,6 @@ def __init__( args.append(f"--{k.replace('_', '-')}") if v is not True: args.append(str(v)) - if not "resample" in kwargs: - args.extend(["--resample", "align"]) with Popen( args=args, cwd=self.temp_dir.name, stdout=PIPE, stderr=STDOUT ) as proc: