Skip to content

Commit

Permalink
Merge pull request #83 from SamFayolle/feature/grail_residuals
Browse files Browse the repository at this point in the history
grail residuals example.
  • Loading branch information
DominicDirkx authored Nov 19, 2024
2 parents b257dd2 + 8c97f86 commit 648f4c0
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 648f4c0

Please sign in to comment.