Skip to content

Commit

Permalink
Cancel unexpected change line 564
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaRenauld committed Jul 13, 2023
1 parent aa81c33 commit d737eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scilpy/tracking/tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ def track(self):
# Convert theta to cos(theta)
max_cos_theta = np.cos(np.deg2rad(self.theta))

cl_kernel = CLKernel('main', 'tracking', 'local_tracking.cl')
cl_kernel = CLKernel('tracker', 'tracking', 'local_tracking.cl')

# Set tracking parameters
cl_kernel.set_define('IM_X_DIM', self.sh.shape[0])
Expand Down

0 comments on commit d737eaf

Please sign in to comment.