AOtools / aotools

A useful set of tools for Adaptive Optics in Python
GNU Lesser General Public License v3.0
109 stars 42 forks source link

Fix Gaussian 2d bug when numpy array given as centre point coordinates #54

Closed andrewpaulreeves closed 4 years ago

andrewpaulreeves commented 4 years ago

...and add a test to make sure it stays fixed!

codecov[bot] commented 4 years ago

Codecov Report

Merging #54 into master will not change coverage by %. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #54   +/-   ##
=======================================
  Coverage   94.97%   94.97%           
=======================================
  Files          24       24           
  Lines        1175     1175           
=======================================
  Hits         1116     1116           
  Misses         59       59           
Impacted Files Coverage Δ
aotools/functions/_functions.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3b6ae03...32ceb84. Read the comment docs.

matthewtownson commented 4 years ago

Thanks for finding and sorting this!