Comparing version 1.3.0 to 1.3.1
@@ -41,3 +41,3 @@ 'use strict'; | ||
}, [metric]); | ||
if (result[0][metric] && result[1][metric]) { | ||
if (result[0][metric] && result[1][metric] && result[0][metric].raw.length > 1 && result[1][metric].raw.length > 1) { | ||
const tt = ttest(result[0][metric].raw, result[1][metric].raw, { varEqual: true }); | ||
@@ -44,0 +44,0 @@ if (!tt.valid()) { |
{ | ||
"name": "timeliner", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Network Timeline Analyser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
21748