Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaelicke committed Nov 14, 2022
1 parent cb3c277 commit b017012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
print(f'{measure.upper()}: {m}')

# also to json
with open('/out/result.json', 'w') as f:
with open('/out/cross_validation.json', 'w') as f:
json.dump({measure: m}, f)

# print the variogram results
Expand Down

0 comments on commit b017012

Please sign in to comment.