Compare commits
7 Commits
master
...
experiment
Author | SHA1 | Date | |
---|---|---|---|
8fa11ab6c6 | |||
a32970284f | |||
75f09ca750 | |||
276198babf | |||
549fdedc01 | |||
46e3ec5051 | |||
2e2c3d03e1 |
@ -23,6 +23,9 @@ import argparse
|
||||
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")
|
||||
|
||||
parser = argparse.ArgumentParser()
|
||||
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'")
|
||||
|
Loading…
Reference in New Issue
Block a user