Move the generation of the psi and phi curves from inside a Python loop to inside a C++ loop. This is a very small speedup, but also adds very little complexity.
This PR also:
breaks up some of the giant test_search.py by moving a few tests to test_stack_search_results.py
Move the generation of the psi and phi curves from inside a Python loop to inside a C++ loop. This is a very small speedup, but also adds very little complexity.
This PR also:
test_search.py
by moving a few tests totest_stack_search_results.py