Skip to content

Commit

Permalink
fix calling _set_cache()
Browse files Browse the repository at this point in the history
  • Loading branch information
alekssmolkovic committed Jan 11, 2024
1 parent 21b86b8 commit fc07d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wilson/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ def match_run(self, scale, eft, basis, sectors='all'):
wc_mc = wet.run(mc, sectors=sectors).match('WET-3', 'JMS', parameters=self.matching_parameters)
wet3 = WETrunner(wc_mc, **self._wetrun_opt())
wc_out = wet3.run(scale, sectors=sectors).translate(basis, sectors=translate_sectors, parameters=self.parameters)
return wc_out
self._set_cache(sectors, scale, 'WET-3', basis, wc_out)
return wc_out
elif eft == 'WET-3' and wet.eft == 'WET': # match at mb and mc
wc_mb = wet.run(mb, sectors=sectors).match('WET-4', 'JMS', parameters=self.matching_parameters)
wet4 = WETrunner(wc_mb, **self._wetrun_opt())
Expand Down

0 comments on commit fc07d72

Please sign in to comment.