Skip to content

Commit

Permalink
black on tardis/spectru
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Oct 8, 2024
1 parent 016da71 commit 07d3679
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tardis/spectrum/formal_integral_cuda.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ class BoundsError(IndexError):
"""



@cuda.jit(device=True)
def line_search_cuda(nu, nu_insert, number_of_lines):
"""
Expand Down
1 change: 0 additions & 1 deletion tardis/spectrum/tests/test_numba_formal_integral.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import numpy as np
import numpy.testing as ntest
import pytest
Expand Down

0 comments on commit 07d3679

Please sign in to comment.