Skip to content

Commit

Permalink
Merge pull request #2317 from kif/deprec_warning
Browse files Browse the repository at this point in the history
Fix deprecation warning
  • Loading branch information
kif authored Nov 5, 2024
2 parents b92d437 + f6b38a8 commit e93c457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyFAI/test/test_method_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
__author__ = "Valentin Valls"
__license__ = "MIT"
__copyright__ = "European Synchrotron Radiation Facility, Grenoble, France"
__date__ = "30/09/2024"
__date__ = "30/10/2024"

import unittest
from silx.utils.testutils import ParametricTestCase
from .. import load_integrators
from ..integrator import load_engines
from ..method_registry import Method, IntegrationMethod


Expand Down

0 comments on commit e93c457

Please sign in to comment.