Andrew Berger

Results 27 issues of Andrew Berger

antspy 0.2.7 There are a couple wacky things going on with `ants.read_transform`. For one, the `dimension` kwarg is ignored, as `dimension` is reassigned on line 293. Should make another issue...

still broken

I've noticed that the intention seems to be that one should run `labwatch` from the command line, and I'm wondering what the reason for that is? Is there some fundamental...

I was delighted to stumble upon this project just now, in Klauss' 2017 Scipy `sacred` write-up. I feel that there is great potential and need for such a project. `sacred`...

The theano implementation currently barfs when run on a CPU. I think this is just happening because we're currently hard coding float precision - there is probably a way to...

Some major refactoring of the package structure is necessary. A big issue is that the current import configuration is slow as it loads all modules in the package if you...

I have just been bitten by the undocumented constraint that no rules can output files within a `directory` marked output file. had to dig into the source to figure out...

enhancement