mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-28 10:09:09 +00:00
fix: variable names
Signed-off-by: Dev Singh <dev@devksingh.com>
This commit is contained in:
parent
26e6223ff4
commit
1628807c31
@ -33,8 +33,8 @@ class CircleFit:
|
|||||||
y = np.array(y)
|
y = np.array(y)
|
||||||
if type(xy) == list:
|
if type(xy) == list:
|
||||||
xy = np.array(xy)
|
xy = np.array(xy)
|
||||||
if data != None:
|
if xy != None:
|
||||||
self.coords = data
|
self.coords = xy
|
||||||
self.ournp = np #todo: implement cupy correctly
|
self.ournp = np #todo: implement cupy correctly
|
||||||
else:
|
else:
|
||||||
# following block combines x and y into one array if not already done
|
# following block combines x and y into one array if not already done
|
||||||
|
Loading…
Reference in New Issue
Block a user