Skip to content

Commit 3463e58

Browse files
committed
comments
1 parent 5c680d3 commit 3463e58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

merlin/systems/dag/ops/feast.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
ValueType.FLOAT_LIST: (np.float32, True, True),
2020
}
2121

22+
# We need an inverted-index of Feast's VALUE_TYPES_TO_FEAST_TYPES mapping.
2223
FEAST_TYPES_TO_VALUE_TYPES = {v: k for k, v in VALUE_TYPES_TO_FEAST_TYPES.items()}
2324

2425

0 commit comments

Comments
 (0)