Skip to content

Commit 221ea68

Browse files
author
SimonBoothroyd
authored
Merge pull request #87 from openforcefield/remove_surrogate_template
Remove the Surrogate Calculation Layer Template.
2 parents 4287c8e + e3f8cba commit 221ea68

3 files changed

Lines changed: 1 addition & 54 deletions

File tree

propertyestimator/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from tornado.iostream import StreamClosedError
1212
from tornado.tcpclient import TCPClient
1313

14-
from propertyestimator.layers import SurrogateLayer, ReweightingLayer, SimulationLayer
14+
from propertyestimator.layers import ReweightingLayer, SimulationLayer
1515
from propertyestimator.properties.plugins import registered_properties
1616
from propertyestimator.utils.serialization import TypedBaseModel
1717
from propertyestimator.utils.tcp import PropertyEstimatorMessageTypes, pack_int, unpack_int
@@ -69,7 +69,6 @@ def __init__(self, allowed_calculation_layers=None,
6969
if allowed_calculation_layers is None:
7070

7171
self.allowed_calculation_layers = [
72-
SurrogateLayer.__name__,
7372
ReweightingLayer.__name__,
7473
SimulationLayer.__name__
7574
]
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
from .layers import available_layers, register_calculation_layer, PropertyCalculationLayer
22
from .simulation import SimulationLayer
33
from .reweighting import ReweightingLayer
4-
from .surrogate import SurrogateLayer

propertyestimator/layers/surrogate.py

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)