From 589b72621ee3d762bf6e80757ae6f59e2f76963d Mon Sep 17 00:00:00 2001 From: Kevin Dalton Date: Thu, 18 Jan 2024 11:24:40 -0500 Subject: [PATCH] remove asu_collection attribute --- careless/models/priors/wilson.py | 1 - 1 file changed, 1 deletion(-) diff --git a/careless/models/priors/wilson.py b/careless/models/priors/wilson.py index 8179c0b..dfa93a0 100644 --- a/careless/models/priors/wilson.py +++ b/careless/models/priors/wilson.py @@ -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 = []