8000 BLD Fix · thomasjpfan/scikit-learn@46cc0c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 46cc0c5

Browse files
committed
BLD Fix
1 parent 4d8534c commit 46cc0c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sklearn/metrics/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ def configuration(parent_package="", top_path=None):
1010
if os.name == 'posix':
1111
libraries.append('m')
1212

13-
config.add_subpackage('plot')
14-
config.add_subpackage('plot.tests')
13+
config.add_subpackage('_plot')
14+
config.add_subpackage('_plot.tests')
1515
config.add_subpackage('cluster')
1616

1717
config.add_extension("pairwise_fast",

0 commit comments

Comments
 (0)
0