We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75340c6 commit 58d2a61Copy full SHA for 58d2a61
validphys2/src/validphys/photon/compute.py
@@ -169,7 +169,7 @@ def compute_photon_set(self):
169
lux.PlugStructureFunctions(f2.fxq, fl.fxq, f2lo.fxq)
170
171
photon_qin = np.array(
172
- [self.lux[replica].EvaluatePhoton(x, self.q_in**2).total for x in XGRID]
+ [lux.EvaluatePhoton(x, self.q_in**2).total for x in XGRID]
173
)
174
photon_qin += self.generate_errors(replica)
175
0 commit comments