Skip to content

Commit

Permalink
Add comment that explains need for no-cython-lint markers.
Browse files Browse the repository at this point in the history
  • Loading branch information
csadorf authored Jun 30, 2023
1 parent e324d38 commit 1cfe86c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/cuml/manifold/umap.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ from cuml.metrics.distance_type cimport DistanceType

from cuml.manifold.simpl_set import fuzzy_simplicial_set # no-cython-lint
from cuml.manifold.simpl_set import simplicial_set_embedding # no-cython-lint
# TODO: These two symbols are considered part of the public API of this module
# which is why imports should not be removed. The no-cython-lint markers can be
# replaced with an explicit __all__ specifications once
# https://github.com/MarcoGorelli/cython-lint/issues/80 is resolved.

from cuml.common.array_descriptor import CumlArrayDescriptor
from cuml.internals.api_decorators import device_interop_preparation
Expand Down

0 comments on commit 1cfe86c

Please sign in to comment.