Skip to content

Commit

Permalink
Gen bores for one model only
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf committed Aug 30, 2024
1 parent d8d813d commit 5ef1549
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web_build/batch.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
input/NorthGawlerConvParam.json
input/BendigoConvParam.json
input/BurraMineConvParam.json
input/CentralFlindersConvParam.json
Expand All @@ -9,7 +10,6 @@ input/McArthurBasinConvParam.json
input/MtDoreConvParam.json
input/NewEnglandConvParam.json
input/NorthFlindersConvParam.json
input/NorthGawlerConvParam.json
input/NorthQueenslandConvParam.json
input/OtwayConvParam.json
input/QuambyConvParam.json
Expand Down
2 changes: 2 additions & 0 deletions web_build/make_boreholes.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,8 @@ def process_single(dest_dir, input_file, db_name, overwrite_db=True):
# Skip lines starting with '#'
if line[0] != '#':
process_single(ARGS.dest_dir, line.rstrip('\n'), db_file, overwrite_db=False)
# FIXME: TEMPORARY
break
else:
print("No input file or batch file specified\n")
PARSER.print_help()

0 comments on commit 5ef1549

Please sign in to comment.