Commit bdbfb3ee authored by Jan Kiene's avatar Jan Kiene
Browse files

fix formatting issues

parent 5e4e5dd7
Loading
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -147,9 +147,7 @@ def load_ir(
                    )
                ).is_file():
                    dataset_suffix = "SBA3"
                    warnings.warn(
                        "No SBA1 dataset found -> use truncated SBA3 dataset"
                    )
                    warnings.warn("No SBA1 dataset found -> use truncated SBA3 dataset")
            elif in_fmt.endswith("2"):
                dataset_suffix = "SBA2"
                # Use truncated SBA3 dataset if no SBA1 or 2 dataset exists
@@ -159,9 +157,7 @@ def load_ir(
                    )
                ).is_file():
                    dataset_suffix = "SBA3"
                    warnings.warn(
                        "No SBA2 dataset found -> use truncated SBA3 dataset"
                    )
                    warnings.warn("No SBA2 dataset found -> use truncated SBA3 dataset")
            else:
                dataset_suffix = "SBA3"

+1 −3
Original line number Diff line number Diff line
@@ -137,9 +137,7 @@ def concat_teardown(cfg: TestConfig, logger: logging.Logger):
    output_format = cfg.postprocessing["fmt"]

    if num_splits <= 1:
        logger.info(
            "No splitting of output file necessary since only one signal used."
        )
        logger.info("No splitting of output file necessary since only one signal used.")

    else:
        logger.info(f"Splitting output file in directory {cfg.output_path}")
+0 −1
Original line number Diff line number Diff line
@@ -25,4 +25,3 @@
#  submitted to and settled by the final, binding jurisdiction of the courts of Munich, Germany in
#  accordance with the laws of the Federal Republic of Germany excluding its conflict of law rules and
#  the United Nations Convention on Contracts on the International Sales of Goods.