Skip to content

Commit

Permalink
Remove unnecessary parts
Browse files Browse the repository at this point in the history
  • Loading branch information
awav committed Sep 20, 2018
1 parent 2c4cf39 commit f31a914
Show file tree
Hide file tree
Showing 12 changed files with 54 additions and 1,825 deletions.
25 changes: 0 additions & 25 deletions gpflow/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,25 +0,0 @@
# Copyright 2017 Artem Artemev @awav
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# flake8: noqa

from .compilable import Build
from .errors import GPflowError
from .base import ITransform
from .base import IPrior

from .node import Node

from .autoflow import AutoFlow
from .tensor_converter import TensorConverter
70 changes: 0 additions & 70 deletions gpflow/core/autoflow.py

This file was deleted.

100 changes: 0 additions & 100 deletions gpflow/core/base.py

This file was deleted.

195 changes: 0 additions & 195 deletions gpflow/core/compilable.py

This file was deleted.

0 comments on commit f31a914

Please sign in to comment.