Skip to content
Snippets Groups Projects
Commit f5885757 authored by Charlie Hoy's avatar Charlie Hoy
Browse files

trying to fix floatingpoint error

parent cb61683a
No related branches found
No related tags found
1 merge request!327Allow for the Jensen Shannon method to accept different kde classes
Pipeline #128903 failed
......@@ -572,7 +572,7 @@ def test_jensen_shannon_divergence():
samples = [
np.random.uniform(5, 4, 100),
np.random.uniform(5, 1, 100)
np.random.uniform(5, 4, 100)
]
x = np.linspace(np.min(samples), np.max(samples), 100)
kde = [stats.gaussian_kde(i)(x) for i in samples]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment