Skip to content

Commit

Permalink
Fixed a couple of issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperSnoek committed Aug 27, 2014
1 parent 2a2b114 commit 159ff66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -26,7 +26,6 @@ def read(fname):
'spearmint.tasks',
'spearmint.transformations',
'spearmint.utils',
'spearmint.visualizations',
'spearmint.utils.database',],
long_description=read('README.md'),
)
)
3 changes: 1 addition & 2 deletions spearmint/kernels/__init__.py
Expand Up @@ -3,7 +3,6 @@
from product_kernel import ProductKernel
from noise import Noise
from scale import Scale
from subset import Subset
from transform_kernel import TransformKernel

__all__ = ["Matern52", "SumKernel", "ProductKernel", "Noise", "Scale", "Subset", "TransformKernel"]
__all__ = ["Matern52", "SumKernel", "ProductKernel", "Noise", "Scale", "TransformKernel"]

0 comments on commit 159ff66

Please sign in to comment.