AutoResearch / equation-tree

https://autoresearch.github.io/equation-tree/
MIT License
1 stars 0 forks source link

Conditional operators only count one instance. #1

Closed chadcwilliams closed 11 months ago

chadcwilliams commented 11 months ago

The conditional operators seem to always give a frequency count of 1.

For example x_1 x_2 x_3 x_4 x_5 gives the tree:

Screenshot_2023-08-16 17_27_40

and gives conditional operators: Screenshot_2023-08-16 17_28_56

So, it only tracks the first instance of the conditional.

younesStrittmatter commented 11 months ago

I look into that.