From 8f3cf9246d44d39143cdf6db35483b386de343b3 Mon Sep 17 00:00:00 2001 From: Mieszko Makuch Date: Mon, 10 Feb 2025 18:27:35 +0100 Subject: [PATCH] Update Test Value Error --- src/maxmagnitude_wrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/maxmagnitude_wrapper.py b/src/maxmagnitude_wrapper.py index 9efcb67..8effbe3 100644 --- a/src/maxmagnitude_wrapper.py +++ b/src/maxmagnitude_wrapper.py @@ -24,7 +24,7 @@ from Mmax import main as Mmax def main(argv): raise ValueError("This error is intentional. It indicates that app was executed from branch: " - "experimental-test-live-code-editing v2") + "experimental-test-live-code-editing") parser = argparse.ArgumentParser() parser.add_argument("Input_catalog", help="Input catalog: path to input file of type 'catalog'")