# HG changeset patch # User Tuomo Valkonen # Date 1714075074 18000 # Node ID b1e4b1d2ef56f8be3185262103797884094dcebd # Parent ddcf355f0b2d83e6d937336d070f6b07bb1fc8e0 Add variant field diff -r ddcf355f0b2d -r b1e4b1d2ef56 src/Run.jl --- a/src/Run.jl Thu Apr 25 14:54:34 2024 -0500 +++ b/src/Run.jl Thu Apr 25 14:57:54 2024 -0500 @@ -94,6 +94,9 @@ else e.mod.identifier end + if haskey(p, :variant) + id *= "_" * p.variant + end # return "$(ig.name)_$(e.mod.identifier)_$(@sprintf "%x" hash(p))" return "$(ig.name)_$(id)_$(Int64(100*p.α))_$(Int64(10000*p.σ₀))_$(Int64(10000*p.τ₀))" end