Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Oct 25, 2024
1 parent 02f3c1d commit 3b6b6c8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions cmsdb/processes/top.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,10 @@
),
}),
13.6: Number(7.244, {
tot * 7.244 / st_schannel.get_xsec(13.6).n
for tot in st_schannel.get_xsec(13.6).u("scale")
"scale": tuple(
tot * 7.244 / st_schannel.get_xsec(13.6).n
for tot in st_schannel.get_xsec(13.6).u("scale")
),
}),
},
)
Expand Down Expand Up @@ -320,8 +322,10 @@
),
}),
13.6: Number(4.534, {
tot * 4.534 / st_schannel.get_xsec(13.6).n
for tot in st_schannel.get_xsec(13.6).u("scale")
"scale": tuple(
tot * 4.534 / st_schannel.get_xsec(13.6).n
for tot in st_schannel.get_xsec(13.6).u("scale")
),
}),
},
)
Expand Down

0 comments on commit 3b6b6c8

Please sign in to comment.