SystemsGenetics / ACE

Accelerated Computational Engine (ACE) is a GPU-enabled framework to simplify creation of GPU-capable applications
http://SystemsGenetics.github.io/ACE
GNU General Public License v2.0
1 stars 1 forks source link

Bug with selection arguments #84

Closed bentsherman closed 5 years ago

bentsherman commented 5 years ago

Found a issue in the code here:

https://github.com/SystemsGenetics/ACE/blame/develop/src/console/ace_run.cpp#L513

Basically this condition should have a ! negation which was removed recently so now it fails when the input is correct... whoops.

4ctrl-alt-del commented 5 years ago

Fixed in 05f44ba6ccf615706d0b753c2ec8dc551c0c52e0.