Skip to content

Commit

Permalink
PYCODESTYLE
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-l-kong committed Feb 7, 2023
1 parent 693738e commit aa58ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ark/phenotyping/cluster_helpers_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def test_train_som_restart(self):
self.pixel_pysom_weights.train_som()

def test_train_som_new_cols(self):
# store old weights, train data, and columns for safekeeping, need to assign back afterwards
# store old weights, train data, and columns, need to assign back afterwards
old_weights = deepcopy(self.pixel_pysom_nonweights.weights)
old_train_data = deepcopy(self.pixel_pysom_nonweights.train_data)
old_columns = deepcopy(self.pixel_pysom_nonweights.columns)
Expand Down

0 comments on commit aa58ed8

Please sign in to comment.