JuliaAstro/Photometry.jl

Redundant calling of bbox for circular aperture

Closed this issue · 2 comments

Line number 43: creating bounds by calling edges, and edges call bbox internally.
Line number 44: creating a bounding box by calling bbox
Line number 45: getting size, size calls bbox internally
Line number 46: calling circular_overlap but there is no use of the variable created in line 44, because it is not being passed as an argument.

Similarly at

Update: When locally tested all the tests pass without line 44 and line 90

Closed via #7