Karl
Results
2
issues of
Karl
I created a weighted scorer that scores by running (in essense): ``` python total_score = np.zeros(len(blocks)) for i, block in enumerate(blocks): score = sum([constraint.weight * constraint(....) for constraint in block.constraints])...
This is a follow-up to #213 and removes the location kwarg from the `get_moon` call inside `Observer.moon_altaz` and uses the array for the following `.alt`, `.az`, and `.distance`s.