Comparing version 2.0.5 to 2.0.6
{ | ||
"name": "ml-gsd", | ||
"version": "2.0.1", | ||
"version": "2.0.6", | ||
"description": "Global Spectra Deconvolution", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
{ | ||
"name": "ml-gsd", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Global Spectra Deconvolution", | ||
@@ -41,7 +41,7 @@ "main": "src/index.js", | ||
"chemcalc": "^3.0.6", | ||
"cheminfo-tools": "^1.21.1", | ||
"eslint": "^5.2.0", | ||
"eslint-config-cheminfo": "^1.20.0", | ||
"eslint-plugin-import": "^2.13.0", | ||
"eslint-plugin-jest": "^22.1.0", | ||
"cheminfo-tools": "^1.23.3", | ||
"eslint": "^5.16.0", | ||
"eslint-config-cheminfo": "^1.20.1", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-jest": "^22.16.0", | ||
"jest": "^23.0.0", | ||
@@ -48,0 +48,0 @@ "ml-stat": "^1.1.0", |
@@ -277,3 +277,3 @@ 'use strict'; | ||
} | ||
averageDeviations.sort(); | ||
averageDeviations.sort((a, b) => a - b); | ||
if (length % 2 === 1) { | ||
@@ -280,0 +280,0 @@ stddev = averageDeviations[(length - 1) / 2] / 0.6745; |
@@ -24,3 +24,3 @@ 'use strict'; | ||
} | ||
// Push a feak peak | ||
// Push a feke peak | ||
broadLines.push({ x: Number.MAX_VALUE }); | ||
@@ -27,0 +27,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8785006
60
11204