chiasm-dsv-dataset
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -34,3 +34,2 @@ //chiasm-dsv-dataset.js | ||
}); | ||
my.data = my.dataset.data; | ||
}); | ||
@@ -37,0 +36,0 @@ |
{ | ||
"name": "chiasm-dsv-dataset", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "A Chiasm plugin that loads delimiter separated value (DSV) data tables.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -27,3 +27,2 @@ var assert = require("assert"), | ||
assert.equal(dataset.data.length, 150); | ||
assert.equal(dsv.data.length, 150); | ||
assert.equal(dataset.metadata.columns.length, 5); | ||
@@ -30,0 +29,0 @@ |
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
6873
64