Fred Moolekamp

Results 9 issues of Fred Moolekamp

At the end of last week I started pursuing some alternative approaches to applying our constraints. The one that shows the most promise is a multi-scale approach, which I have...

In setting up the regression tests I was attempting to set the default values for monotonicity from "flat" to "angle" and `min_gradient=0.0` (which was the default up until May, except...

I'm not sure the best way to do this, but PR #173 brought up that sometimes we implement changes that can affect the performance of an algorithm and right now...

Using @EiffL 's code we will create a source that uses a PixelCNN to constrain morphologies.

When using windowed positions, both SExtractor and SEP can cause a sources position to drift due to the presence of nearby neighbors. This behavior is demonstrated for SEP in [this](https://github.com/fred3m/astropyp/blob/master/examples/test_winpos.ipynb)...

## Steps to Reproduce 1. Run `flutter create bug`. 2. Update the files as follows: main.dart 3. After struggling for hours with my code I was able to create a...

waiting for customer response
framework
engine
has reproducible steps
P4
found in release: 1.21

When users are sharing directories it's possible that one of them may have created permissions that prevent other users from using/accessing that directory. Currently the code throws an error when...

Currently when a toyz module cannot be found an exception is called and the code stops. Instead a warning should be returned to the user notifying them that a module...