Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kif authored Nov 17, 2023
1 parent 2710f0c commit b1337cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyFAI/io/integration_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def _patch_v2_to_v3(config):
else:
method = old_method
else:
method = method_registry.Method.parse(old_method)
method = method_registry.Method.parsed(old_method)
config["method"] = method.split, method.algo, method.impl
config["opencl_device"] = method.target

Expand Down

0 comments on commit b1337cf

Please sign in to comment.