Raise test ValueError("Test error from repo official-apps/MaxMagnitudeDPModels branch experimental-test-live-code-editing")

This commit is contained in:
Mieszko Makuch 2024-12-08 23:17:42 +09:00
parent b3be576e99
commit 2e2c3d03e1

View File

@ -23,6 +23,8 @@ import argparse
from Mmax import main as Mmax from Mmax import main as Mmax
def main(argv): def main(argv):
raise ValueError("Test error from repo official-apps/MaxMagnitudeDPModels branch experimental-test-live-code-editing")
parser = argparse.ArgumentParser() parser = argparse.ArgumentParser()
parser.add_argument("Input_catalog", help="Input catalog: path to input file of type 'catalog'") parser.add_argument("Input_catalog", help="Input catalog: path to input file of type 'catalog'")
parser.add_argument("Input_injection_rate", help="Input injection rate: path to input file of type 'injection_rate'") parser.add_argument("Input_injection_rate", help="Input injection rate: path to input file of type 'injection_rate'")