Skip to content

Commit

Permalink
Merge pull request #241 from JuliaRobotics/23Q3/fix/bsonproductrepr
Browse files Browse the repository at this point in the history
drop productrepr in bson test data
  • Loading branch information
dehann authored Aug 21, 2023
2 parents 8cfeef2 + 8f228fc commit 0b0d660
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test/testPartialProductSE2.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
using Manifolds
using ApproxManifoldProducts
using Test
# using Random
# using FileIO, JLD2
using BSON

##
Expand All @@ -13,9 +11,10 @@ using BSON
##

datafile = joinpath(@__DIR__, "testdata", "partialtest.bson")
dict = BSON.load(datafile)
pts1 = dict[:pts1]
pts2 = dict[:pts2]
# BSON.save(datafile, dict)
data = BSON.load(datafile)
pts1 = data[:dict][:pts1]
pts2 = data[:dict][:pts2]

randU = Float64[]
randN = Float64[]
Expand Down
Binary file modified test/testdata/partialtest.bson
Binary file not shown.

0 comments on commit 0b0d660

Please sign in to comment.