Deserialization issue

Hello,

I am getting below error when I am trying to deserialize a .jls file.

ERROR: TypeError: in PumasModel, in Q, expected Q<:Pumas.RandomObj, got Type{Serialization._deserialized_types_.var"#5#14"}

Are you in Pumas 2.7 and trying to deserialize an object from Pumas 2.6.1?

I am trying it in Pumas 2.7.0

Yes, I am in Pumas 2.7 and trying to deserialize an object from Pumas 2.6.1

Unfortunately, 2.6.1 projects cannot be deserialized in 2.7. What is the object that you are deserializing? is it a fit? if it is taking a short time to run, perhaps you should run it again.

Yes, it is a fit. I refitted the same model in 2.7 then it worked.