Skip to content

Commit

Permalink
Merge branch 'release/v0.0.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Panchenko committed Dec 2, 2020
2 parents a0aa21c + 6a577e5 commit 654b6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sensai/evaluation/eval_stats/eval_stats_clustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def getDistributionSummary(self) -> Dict[str, float]:
self.MEDIAN_SIZE: np.median(self.clusterSizeDistribution)
}
if self.noiseLabel is not None:
result[self.NOISE_SIZE] = self.noiseClusterSize
result[self.NOISE_SIZE] = int(self.noiseClusterSize)
return result

def getAll(self) -> Dict[str, float]:
Expand Down

0 comments on commit 654b6cd

Please sign in to comment.