Nick Anthony

Results 13 issues of Nick Anthony

This pull request is basically just a copy of [PR #64](https://github.com/pages-themes/cayman/pull/64) from the Cayman theme. Please see the Cayman PR for more information. Note: I'm not sure how to test...

wontfix

This is what I get when trying to run the "Landmark Correspondences" plugin in "Perspective" mode. ``` (Fiji Is Just) ImageJ 2.3.0/1.53f51; Java 1.8.0_172 [64-bit]; Windows 10 10.0; 146MB of...

After wondering about the `apply_new` function and noticing that its return value didn't seem to affect the performance of the solver I decided to take a look at the code....

If you try to call solve on an nlp object after it has already been solved you will get an error saying that the nlp object is Null. This means...

I've done some searching but haven't found an explanation of what the `apply_new` function does. I started with ``` def apply_new(x): return True ``` as the examples show. However I...

If the user passes an array of ints into `nlp.create` then the c extension will improperly interpret this data as floats without giving any indication of an error. For example...

It would be great to be able to install this package directly through conda so that it could easily be included as a dependency of other conda recipes. Adding a...

I’m working on a plugin where I would like to use `config groups` to abstract out some of the hardware specifics. However I have realized that unlike in the MMStudio...

I am doing a multi position acquisition using the MDA. It consists of groups of positions that are closely space while the space between each group is fairly large and...

After spending a long time trying to figure out why my distributions were suddenly too large to be uploaded to PyPi, I tracked it down to my recent inclusion of...

enhancement
question
status: needs_information