Skip to content

Commit

Permalink
fast-string are slower than no formating
Browse files Browse the repository at this point in the history
  • Loading branch information
kif committed Oct 4, 2023
1 parent 6defbd2 commit b0447dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyFAI/azimuthalIntegrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2279,7 +2279,7 @@ def integrate2d_ng(self, data, npt_rad, npt_azim=360,
elif (azimuth_range is not None) and (cython_integr.pos1_range != azimuth_range):
cython_reset = f"azimuth_range requested and {method.algo_lower.upper()}'s azimuth_range don't match"
if cython_reset:
logger.info(f"AI.integrate2d_ng: Resetting Cython integrator because {cython_reset}")
logger.info("AI.integrate2d_ng: Resetting Cython integrator because %s", cython_reset)
split = method.split_lower
if split == "pseudo":
split = "full"
Expand Down

0 comments on commit b0447dc

Please sign in to comment.