Skip to content

Commit 80341a2

Browse files
committed
correct names in feature repr
1 parent d03b283 commit 80341a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycona/predictor/feature_representation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ def _init_features(self):
112112
self._features['Var_name_same'] = 'Bool'
113113

114114
for i in range(self._max_ndims):
115+
self._features[f"Dim{i}_same"] = 'Bool'
115116
self._features[f"Dim{i}_max"] = 'Int'
116117
self._features[f"Dim{i}_min"] = 'Int'
117118
self._features[f"Dim{i}_avg"] = 'Real'
118119
self._features[f"Dim{i}_diff"] = 'Real'
119-
self._features[f"Dim{i}_avg_diff"] = 'Real'
120120

121121
self._features[f"Relation"] = self._lang
122122
self._features[f"Arity"] = 'Real'

0 commit comments

Comments
 (0)