mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
[plotting_tests] failed, because of same name?
This commit is contained in:
parent
0c11ba0bf8
commit
9fb42cbe2a
3 changed files with 15 additions and 10 deletions
16
setup.py
16
setup.py
|
|
@ -126,14 +126,14 @@ setup(name = 'GPy',
|
|||
"GPy.plotting.plotly_dep",
|
||||
],
|
||||
package_dir={'GPy': 'GPy'},
|
||||
package_data = {'GPy': ['defaults.cfg', 'installation.cfg',
|
||||
'util/data_resources.json',
|
||||
'util/football_teams.json',
|
||||
'testing/plotting_tests/baseline/*.png'
|
||||
]},
|
||||
data_files=[('GPy/testing/plotting_tests/baseline', 'testing/plotting_tests/baseline/*.png'),
|
||||
('GPy/testing/', 'GPy/testing/pickle_test.pickle'),
|
||||
],
|
||||
#package_data = {'GPy': ['defaults.cfg', 'installation.cfg',
|
||||
# 'util/data_resources.json',
|
||||
# 'util/football_teams.json',
|
||||
# 'testing/plotting_tests/baseline/*.png'
|
||||
# ]},
|
||||
#data_files=[('GPy/testing/plotting_tests/baseline', 'testing/plotting_tests/baseline/*.png'),
|
||||
# ('GPy/testing/', 'GPy/testing/pickle_test.pickle'),
|
||||
# ],
|
||||
include_package_data = True,
|
||||
py_modules = ['GPy.__init__'],
|
||||
test_suite = 'GPy.testing',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue