michaelgelliot / FuzzyDroplets

Fuzzy machine learning for classification of droplet digital PCR data
GNU General Public License v3.0
0 stars 0 forks source link

Remove fuzzyqt #10

Closed michaelgelliot closed 7 months ago

michaelgelliot commented 7 months ago

The initial plan was to have a "core" folder containing code without a dependency on Qt, and a "gui" folder containing Qt-dependent code. However, this is broken because the standard XCode toolchain does not support parallel std algorithms, and we have to fall back on QtConcurrent (for Mac) throughout the core folder. Hence, there is no longer any need for the fuzzyqt stuff.