Skip to content

Commit

Permalink
Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
SridharJagannathan committed Jan 23, 2020
1 parent f1fb022 commit 1653b43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/testthat/test-ndigest.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ test_that("ndigest works for overloaded and regular classes",{

tmpneuron <- read.neuron('testdata/neuron/EBT7R.am')
exclfields=c("NeuronName","InputFileName","CreatedAt", "NodeName","InputFileStat",
"InputFileMD5", "NumPoints","StartPoint","BranchPoints","EndPoints" ,
"nTrees","NumSegs","SegList")
expect_equal(ndigest(tmpneuron,fieldsToExclude = exclfields),"027373324906430f127de8bb9676256d")
"InputFileMD5", "NumPoints","StartPoint","BranchPoints","EndPoints",
"nTrees","NumSegs")
expect_equal(ndigest(tmpneuron,fieldsToExclude = exclfields),"e3900cfe723297f36e23817f81152a40")

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

0 comments on commit 1653b43

Please sign in to comment.