Skip to content

Commit

Permalink
Merge pull request #87 from openforcefield/remove_surrogate_template
Browse files Browse the repository at this point in the history
Remove the Surrogate Calculation Layer Template.
  • Loading branch information
SimonBoothroyd authored Aug 23, 2019
2 parents 4287c8e + e3f8cba commit 221ea68
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 54 deletions.
3 changes: 1 addition & 2 deletions propertyestimator/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from tornado.iostream import StreamClosedError
from tornado.tcpclient import TCPClient

from propertyestimator.layers import SurrogateLayer, ReweightingLayer, SimulationLayer
from propertyestimator.layers import ReweightingLayer, SimulationLayer
from propertyestimator.properties.plugins import registered_properties
from propertyestimator.utils.serialization import TypedBaseModel
from propertyestimator.utils.tcp import PropertyEstimatorMessageTypes, pack_int, unpack_int
Expand Down Expand Up @@ -69,7 +69,6 @@ def __init__(self, allowed_calculation_layers=None,
if allowed_calculation_layers is None:

self.allowed_calculation_layers = [
SurrogateLayer.__name__,
ReweightingLayer.__name__,
SimulationLayer.__name__
]
Expand Down
1 change: 0 additions & 1 deletion propertyestimator/layers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from .layers import available_layers, register_calculation_layer, PropertyCalculationLayer
from .simulation import SimulationLayer
from .reweighting import ReweightingLayer
from .surrogate import SurrogateLayer
51 changes: 0 additions & 51 deletions propertyestimator/layers/surrogate.py

This file was deleted.

0 comments on commit 221ea68

Please sign in to comment.