David Strelak
David Strelak
I see. In my opinion, it is a bit confusing. Would it be possible to add some (dismiss-able + don't show again) window first time this happens?
I totally agree. But I believe that it is justifiable to require the authors to create documentation for their plugins, and update said docs with each new version (if applicable)....
@azazellochg I didn't select proper wording. What I meant to say is that the protocols have typically a single protocol's output as an input (e.g. _movie alignment_ has an _import...
I am not sure what you're asking/proposing. I want to use a single _.py_ protocol file for both CPU and GPU version of the same algorithm. I want the user...
This would be indeed a nice feature
I can confirm that: Win 10 64b VeraCrypt 1.26.5 (beta), 64b 16 TB container (exFAT, via USB) Fast create option Created the container in roughly 30 min
The mentioned action currently does not allow to install only specific subpackages on Ubuntu, and also installs samples. So while full install works fine (except CUDA 9.2. on Ubuntu 16...
We should not forget to deprecate test data for those programs (e.g. gold standards and input data)
Hi @MohamadHarastani , can you be more specific about the dependency? Are you using those programs as standalone / from some protocol? We deprecated most of the programs that are...
Hi, > T_new = T[:3,:3] Can you check that T_new is deep copy of `T` (and `T_rot`), not a reference to its content? For example, try to set `T_rot[0, 0]...