mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-27 01:59:08 +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)
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user