Fred Moolekamp
Fred Moolekamp
It sounds like there will be a way to track this with the SQuaRE verification framework. Roughly if we develop a set of metrics (avg runtime, total iterations, max iterations,...
I'm not too worried about Travis timeouts. Per their [docs](https://docs.travis-ci.com/user/customizing-the-build/#build-timeouts): > It is very common for test suites or build scripts to hang. Travis CI has specific time limits for...
I want to do it _before_ we merge to master, that way we catch breaking changes before they happen. But, I don't think this will take anywhere near 1h to...
I think that I should clarify what I mean by regression tests. This won't be as hardcoded as something like checking the value of a logL and failing the test...
Yes, one of the things that I am slightly concerned about is two component sources where both components have features at the same scale. Here's an example:
But in the above case it shouldn't be so bad, since the spiral will actually be detected as multiple sources, each with its own color. So that particular example might...
I ran some tests late last week and I think that undersampling may still be a part of this. The discussion is a bit lengthy, so we can discuss in...
That's a good idea to use a mask, I hadn't thought of that. It might not be as tedious as you think. Theoretically a mask could be applied to all...
Where is the documentation for SEP kept, I couldn't find it on gitub. I think your note is useful but I might expand it a bit. For example: > One...
You're right, I thought importlib was part of the standard library. It has been added to the installation requirements, thanks for letting me know.