fix: variable names

Signed-off-by: Dev Singh <dev@devksingh.com>
This commit is contained in:
Dev Singh 2020-09-23 14:33:13 +00:00
parent 26e6223ff4
commit 1628807c31

View File

@ -33,8 +33,8 @@ class CircleFit:
y = np.array(y)
if type(xy) == list:
xy = np.array(xy)
if data != None:
self.coords = data
if xy != None:
self.coords = xy
self.ournp = np #todo: implement cupy correctly
else:
# following block combines x and y into one array if not already done