Skip to content

Commit

Permalink
update baseline of ndigest test
Browse files Browse the repository at this point in the history
* see #411
* skipped on CRAN anyway but coming up elsewher now
  • Loading branch information
jefferis committed Feb 6, 2020
1 parent 2fde535 commit 9eaf796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-ndigest.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ test_that("ndigest works for overloaded and regular classes",{
expect_equal(ndigest(kcs20[[1]]),"4c045b0343938259cd9986494fc1c2b0")

expect_equal(ndigest(read.neuron('testdata/neuron/EBT7R.am')),
"f24c1252d17b6bd9898c7842f1ad9f5d")
"a84b2255bb21e35d7906c756e7d14e47")

# three neuronlists with different names but same contents
tf=tempfile('kcs20fh')
Expand Down

0 comments on commit 9eaf796

Please sign in to comment.