m2m模型翻译
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
465 B

6 months ago
  1. """
  2. .. deprecated:: 1.6
  3. sympy.utilities.benchmarking has been renamed to sympy.testing.benchmarking.
  4. """
  5. from sympy.utilities.exceptions import sympy_deprecation_warning
  6. sympy_deprecation_warning("The sympy.utilities.benchmarking submodule is deprecated. Use sympy.testing.benchmarking instead.",
  7. deprecated_since_version="1.6",
  8. active_deprecations_target="deprecated-sympy-utilities-submodules")
  9. from sympy.testing.benchmarking import * # noqa:F401