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 10, 2023
1 parent 0923121 commit ef453f9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/test_coordinates.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_create_default_plot(self):

for xy in list_of_coords:
plt.plot(*xy, color="black", linewidth=1)

assert isinstance(list_of_coords, list)

def test_create_default_plot_file(self):
Expand All @@ -32,10 +32,9 @@ def test_create_default_plot_file(self):
list_of_coords = get_slice_coordinates(
dagmc_file_or_trimesh_object=self.h5m_filename_smaller,
)

for xy in list_of_coords:
plt.plot(*xy, color="black", linewidth=1)


assert isinstance(list_of_coords, list)
# TODO consider making the function return lists of floats not a TrackedArray
# TODO consider making the function return lists of floats not a TrackedArray

0 comments on commit ef453f9

Please sign in to comment.