bioimage-io / JDLL

The Java library to run Deep Learning models
https://github.com/bioimage-io/JDLL/wiki
Apache License 2.0
27 stars 6 forks source link

Engine installation now properly checks python versions #31

Closed Noam-Dori closed 11 months ago

Noam-Dori commented 1 year ago

String#== will almost always fail for comparing strings as it compares object IDs

carlosuc3m commented 11 months ago

Sorry I saw the pull request late, but your commit is very right. Solving the conflict is quite a mess, so I would appreciate if you could do the same for the new code. If not, if you want I can do a co-authored commit with you @Noam-Dori .

Edit: I ended up doing some workaround to merge it