Skip to content

Commit

Permalink
[skip ci] Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell authored and github-actions[bot] committed Feb 23, 2023
1 parent 6e853a4 commit f3b4dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/regular_mesh_plotter/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def get_side_extent(self, side: str, view_direction: str = "x", bb=None):


def reshape_data(self, dataset, view_direction):

reshaped_ds = dataset.reshape(self.dimension, order="F")

if view_direction == "x":
Expand Down Expand Up @@ -194,6 +193,7 @@ def get_axis_labels(self, view_direction):
ylabel = "Y [cm]"
return xlabel, ylabel


openmc.RegularMesh.reshape_data = reshape_data
openmc.mesh.RegularMesh.reshape_data = reshape_data

Expand Down

0 comments on commit f3b4dc8

Please sign in to comment.