Skip to content

Commit

Permalink
Tried using a different file.
Browse files Browse the repository at this point in the history
  • Loading branch information
SridharJagannathan committed Jan 23, 2020
1 parent 1653b43 commit 61564d5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/testthat/test-ndigest.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ test_that("ndigest works for overloaded and regular classes",{

expect_equal(ndigest(kcs20[[1]]),"4c045b0343938259cd9986494fc1c2b0")

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

This comment has been minimized.

Copy link
@jefferis

jefferis Jan 23, 2020

Collaborator

@SridharJagannathan see #411. I think this is just a separate issue.

This comment has been minimized.

Copy link
@SridharJagannathan

SridharJagannathan Jan 23, 2020

Author Collaborator

Ah, thanks for the headsup.. :)

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

0 comments on commit 61564d5

Please sign in to comment.