wannesm / dtaidistance

Time series distances: Dynamic Time Warping (fast DTW implementation in C)
Other
1.09k stars 184 forks source link

fix msvc setup #153

Closed ssporrer-dlr closed 2 years ago

ssporrer-dlr commented 2 years ago

with a460b7cae842ece3a0d0730ed41826efee2610e6 an additional check for "gnu-cc" was introduced to the code, breaking the setup under windows for msvc. The additional parentheses fix the logical expression.

wannesm commented 2 years ago

Thank you, good observation. This was a silly mistake and unfortunately did not trigger an error in any of the automatic compilation pipelines.

ssporrer-dlr commented 2 years ago

Nevermind, glad I could help.