Skip to content

Commit 58d2a61

Browse files
committed
Fixing self.lux -> lux
1 parent 75340c6 commit 58d2a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validphys2/src/validphys/photon/compute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def compute_photon_set(self):
169169
lux.PlugStructureFunctions(f2.fxq, fl.fxq, f2lo.fxq)
170170

171171
photon_qin = np.array(
172-
[self.lux[replica].EvaluatePhoton(x, self.q_in**2).total for x in XGRID]
172+
[lux.EvaluatePhoton(x, self.q_in**2).total for x in XGRID]
173173
)
174174
photon_qin += self.generate_errors(replica)
175175

0 commit comments

Comments
 (0)