Skip to content

Commit

Permalink
Missing self in circular_contour() on class level
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Sommani committed Oct 13, 2023
1 parent ce5d6a9 commit 2c23451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skyreader/result.py
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ def create_plot(self, dozoom = False):

print("done.")

def circular_contour(ra, dec, sigma, nside):
def circular_contour(self, ra, dec, sigma, nside):
"""For plotting circular contours on skymaps ra, dec, sigma all
expected in radians."""
dec = np.pi/2. - dec
Expand Down

0 comments on commit 2c23451

Please sign in to comment.