Skip to content

Commit

Permalink
22382: Fixes possible bad union of features (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
howsoRes authored Dec 6, 2024
1 parent bebc6ba commit 04d79ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion howso/react_discriminative.amlg
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
)

;maintain order of context features to be as specified
(assign (assoc context_features (union context_features preserve_feature_values) ))
(assign (assoc context_features (values (append context_features preserve_feature_values) (true)) ))
(assign (assoc context_values (unzip context_values_map context_features) ))
)
)
Expand Down

0 comments on commit 04d79ae

Please sign in to comment.