Skip to content
Snippets Groups Projects
Commit d77d099b authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

fix

parent a8c9d31d
No related merge requests found
......@@ -76,6 +76,7 @@ class EncodableSequences(object):
cache_key = (
"fixed_length_categorical",
alignment_method,
left_edge,
right_edge,
max_length)
......@@ -123,6 +124,7 @@ class EncodableSequences(object):
cache_key = (
"fixed_length_vector_encoding",
vector_encoding_name,
alignment_method,
left_edge,
right_edge,
max_length)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment