We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c753d3 + c3ffaa1 commit fbde51aCopy full SHA for fbde51a
Project.toml
@@ -1,7 +1,7 @@
1
name = "Beamlines"
2
uuid = "5bb90b03-0719-46b8-8ce4-1ef3afd3cd4b"
3
authors = ["Matt Signorelli <mgs255@cornell.edu> and contributors"]
4
-version = "0.8.4"
+version = "0.8.5"
5
6
[deps]
7
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
src/misc.jl
@@ -17,7 +17,7 @@ end
17
18
# === THIS BLOCK WAS PARTIALLY WRITTEN BY CLAUDE ===
19
# Generated function for arbitrary-length tuples
20
-@generated function deval(mp::MapParams{F,P}) where {F,P}
+@generated function deval(mp::MapParams{F,P}) where {F,P<:Tuple}
21
N = length(P.parameters)
22
# Use getfield with literal integer arguments
23
exprs = [:(deval(Base.getfield(mp.transport_map_params, $i))) for i in 1:N]
0 commit comments