We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1294d05 commit ca4a004Copy full SHA for ca4a004
src/geophires_monte_carlo/MC_GeoPHIRES3.py
@@ -459,6 +459,8 @@ def main(command_line_args=None):
459
elif pair[0].startswith('ITERATIONS'):
460
iterations = int(pair[1])
461
elif pair[0].startswith('MC_OUTPUT_FILE'):
462
+ # FIXME accepting relative paths here is likely to break MC, consolidate/align setting output file with
463
+ # pattern in geophires_monte_carlo.MonteCarloRequest
464
output_file = pair[1]
465
elif pair[0].startswith('PYTHON_PATH'):
466
python_path = pair[1]
0 commit comments