Skip to content

Commit

Permalink
gather -> op_gather
Browse files Browse the repository at this point in the history
  • Loading branch information
APJansen committed Jun 23, 2023
1 parent 8dbc98d commit a0f6e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion n3fit/src/n3fit/layers/msr_normalization.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def call(self, pdf_integrated, ph_replica):
norm_constants = []

if self._photons:
photon_integral = op.gather(self._photons, ph_replica)
photon_integral = op.op_gather(self._photons, ph_replica)
else:
photon_integral = 0.0

Expand Down

0 comments on commit a0f6e09

Please sign in to comment.