Skip to content

Commit

Permalink
attribute now correctly named
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Sandberg committed Nov 21, 2024
1 parent 641a528 commit 725556b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/DTA/site_distributions.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Site:
expPunocc: float=0
theta_vals: list=None
dr: float=0
dth: float=0
dtheta: float=0

def make_simple_site(the_data, inner_r=0, outer_r=0, nth=1, Ntheta=1, dr=1, dth=1, exrho=0, frames=1, the_thetas=None, title="", Npeak=None, accessible_area=None):
"""
Expand Down

0 comments on commit 725556b

Please sign in to comment.