Revert "Create variables before they are referenced. "
1dc15936ed
This is a problem for us. See #794 for more details.
This commit is contained in:
@@ -57,7 +57,6 @@ projectedFits_table = Table("projectedFits", saveddata_meta,
|
||||
|
||||
class ProjectedFit(object):
|
||||
def __init__(self, sourceID, source_fit, amount=1, active=True):
|
||||
self.victim_fit = None
|
||||
self.sourceID = sourceID
|
||||
self.source_fit = source_fit
|
||||
self.active = active
|
||||
|
||||
Reference in New Issue
Block a user