Skip to content

Commit

Permalink
remove asu_collection attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Dalton committed Jan 18, 2024
1 parent c9c59f0 commit 589b726
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion careless/models/priors/wilson.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def __init__(self, asu_collection, parents, r_values, sigma=1.):
Either a list with the same length as parents or an array that is length == len(asu_collection.lookup_table)
sigma : float or array
"""
self.asu_collection = asu_collection
self.parents = parents
self.r_values = r_values
reflids = []
Expand Down

0 comments on commit 589b726

Please sign in to comment.