Skip to content

Commit

Permalink
getting coverage to 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
dburkhardt committed Sep 16, 2019
1 parent 1a8b3c1 commit 1aba74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_meld.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def test_cluster(self):
def test_cluster_no_EES(self):
vfc_op = meld.VertexFrequencyCluster(
window_sizes=self.window_sizes)
spectrogram = vfc_op.fit_transform(
spectrogram = vfc_op.fit_predict(
self.G, RES=self.labels, EES=None)

def test_2d(self):
Expand Down

0 comments on commit 1aba74f

Please sign in to comment.