Skip to content

Commit ca4a004

Browse files
FIXME re: output file relative path landmine
1 parent 1294d05 commit ca4a004

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/geophires_monte_carlo/MC_GeoPHIRES3.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,8 @@ def main(command_line_args=None):
459459
elif pair[0].startswith('ITERATIONS'):
460460
iterations = int(pair[1])
461461
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
462464
output_file = pair[1]
463465
elif pair[0].startswith('PYTHON_PATH'):
464466
python_path = pair[1]

0 commit comments

Comments
 (0)