Skip to content

Commit

Permalink
first version grail residuals example.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFayolle committed Nov 18, 2024
1 parent 5bec550 commit 8c97f86
Show file tree
Hide file tree
Showing 2 changed files with 448 additions and 1 deletion.
2 changes: 1 addition & 1 deletion estimation/grail_odf_estimation.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ def run_odf_estimation(inputs):
print('Start')
inputs = []

output_folder = 'grail_parallel_outputs/'
output_folder = 'grail_estimation_output/'
if not os.path.isdir(output_folder):
os.mkdir(output_folder)

Expand Down
Loading

0 comments on commit 8c97f86

Please sign in to comment.