Skip to content

Commit

Permalink
pre-commit run
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhua0320 committed Aug 12, 2024
1 parent 2deb679 commit 99a8b8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/diffpy/srmise/tests/test_dataclusters.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from copy import copy
import pytest

import numpy as np
import pytest

from diffpy.srmise.dataclusters import DataClusters

Expand Down Expand Up @@ -33,6 +34,7 @@ def test___eq__():
assert not expected == actual
attributes.update({attr_key: reset})


# For reset clusters test, we have two test cases:
# Precondition: DataClusters object should be a valid object.
# Case (1): x and y are non-empty with positive res, reset_clusters would reset clusters to largest y arg
Expand Down

0 comments on commit 99a8b8a

Please sign in to comment.