Skip to content

Commit

Permalink
back in black
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhamv committed Sep 14, 2023
1 parent 0fce599 commit ee51e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fixed_source/azurv1_pl_super/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
phi_ref = data["phi"]

# Get results
with h5py.File('output.h5', "r") as f:
with h5py.File("output.h5", "r") as f:
x = f["tally/grid/x"][:]
dx = x[1:] - x[:-1]
x_mid = 0.5 * (x[:-1] + x[1:])
Expand Down

0 comments on commit ee51e23

Please sign in to comment.