Christian Kastner

Results 5 issues of Christian Kastner

numpy.utils.testing was deprecated in 0.22 and dropped in 0.24. This causes some tests to fail. Since all scikit-learn was doing was to import the relevant function `assert_array_almost_equal` from numpy, we...

A way to add comments to the rules file syntax would be nice, eg: "any line beginning with a hash sign is treated as a comment".

This fixes a build failure with newer sphinx versions where the entries in "See Also" sections must adhere to a stricter syntax.

I'm packaging sphinx-prompt for Debian as a dependency of scikit-learn. However, there's very little I can use as a package description. The only descriptive text seems to be "Sphinx directive...

pull request welcome

Hi, with Python 3.12, I'm seeing the following test failures: ```python ====================================================================== FAIL: test_normalize_url_slashes (tests.test_locations.TestLocations.test_normalize_url_slashes) ---------------------------------------------------------------------- Traceback (most recent call last): File "/python-xmlschema-3.3.1/tests/test_locations.py", line 314, in test_normalize_url_slashes self.assertRegex(normalize_url('////root/dir1/schema.xsd'), AssertionError: Regex...