Closed brookehus closed 5 years ago
I changed the variables mentioned in #113. But I still think we need better variables and a #comment for stuff like this:
#comment
forward_feat, feat = self.feature(coordinates, embedding_property=embedding_property)
what are forward_feat and feat here? why do we need to do this for the combiner but not otherwise? was deep in coding today and found this hard to work with.
forward_feat
feat
The variable names and in-line comments are definitely lacking here - will take a look tonight
LGTM!
I changed the variables mentioned in #113. But I still think we need better variables and a
#comment
for stuff like this:what are
forward_feat
andfeat
here? why do we need to do this for the combiner but not otherwise? was deep in coding today and found this hard to work with.