Commit 50f86174 authored by rostro36's avatar rostro36
Browse files

Support for multiple custom templates.

parent e9bacd89
...@@ -992,7 +992,7 @@ def get_custom_template_features( ...@@ -992,7 +992,7 @@ def get_custom_template_features(
curr_name: template_features.get(curr_name, []) + [curr_item] curr_name: template_features.get(curr_name, []) + [curr_item]
for curr_name, curr_item in curr_features.items() for curr_name, curr_item in curr_features.items()
} }
warnings = warnings.append(curr_warnings) warnings.append(curr_warnings)
template_features = { template_features = {
template_feature_name: np.stack( template_feature_name: np.stack(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment