Closed BaileyBox closed 2 years ago
These tests were failing, as the formatting for the manifest changes between julia version 1.6 and 1.7.
1.6
1.7
For versions before 1.7, we can just check if the JLSO manifest has the BSON key in it.
manifest
BSON
For versions equal to 1.7, we have to check the deps field within the manifest for the BSON key.
deps
These changes will fix this issue: #118
These tests were failing, as the formatting for the manifest changes between julia version
1.6
and1.7
.For versions before
1.7
, we can just check if the JLSOmanifest
has theBSON
key in it.For versions equal to
1.7
, we have to check thedeps
field within themanifest
for theBSON
key.These changes will fix this issue: #118