I am not exactly sure of the origin of this error, but the digest value for a particular neuron
is now changed on r-devel
- unfortunately there seem to be some situations that cause digest differences but
they are almost impossible to debug on CRAN
- digest::sha1 does attempt to create a 32/64 bit stable hash,
but even there are differences across package versions
The exact issue seems to be here:
|
expect_equal(ndigest(read.neuron('testdata/neuron/EBT7R.am')), |
|
"f24c1252d17b6bd9898c7842f1ad9f5d") |
I am not exactly sure of the origin of this error, but the digest value for a particular neuron
is now changed on r-devel
they are almost impossible to debug on CRAN
but even there are differences across package versions
The exact issue seems to be here:
nat/tests/testthat/test-ndigest.R
Lines 12 to 13 in 5f1774c