Skip to content

Commit 23bf46a

Browse files
fix: remove duplicate keys in metadata
1 parent 0701a63 commit 23bf46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/system.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ function System(eqs::Vector{Equation}, iv, dvs, ps, brownians = [];
411411
end
412412
metadata = meta
413413
end
414-
metadata = Base.ImmutableDict(metadata, MutableCacheKey => MutableCacheT())
414+
metadata = refreshed_metadata(metadata)
415415
System(Threads.atomic_add!(SYSTEM_COUNT, UInt(1)), eqs, noise_eqs, jumps, constraints,
416416
costs, consolidate, dvs, ps, brownians, iv, observed, Equation[],
417417
var_to_name, name, description, defaults, guesses, systems, initialization_eqs,

0 commit comments

Comments
 (0)