Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/killiansheriff/rMC
Browse files Browse the repository at this point in the history
  • Loading branch information
killiansheriff committed Aug 9, 2023
2 parents 689112e + ee5ebb6 commit 0fdf967
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ pipeline = import_file("fcc_random.dump")
pipeline.modifiers.append(mod)
data = pipeline.compute()

print(f'Target Warren-Cowley parameters: \n {data.attributes["Target Warren-Cowley parameters"]}')
print(f'Warren-Cowley parameters: \n {data.attributes["Warren-Cowley parameters"]}')
print(f'Warren-Cowley Percent error: \n {data.attributes["Warren-Cowley percent error"]}')

export_file(
data,
"fcc_wc.dump",
Expand Down

0 comments on commit 0fdf967

Please sign in to comment.