Skip to content

Commit

Permalink
Fix test_fn
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnstRoell committed Jul 1, 2024
1 parent 94e80b8 commit fbd9078
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions dect/directions.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,19 +94,3 @@ def generate_multiview_directions(num_thetas: int, bump_steps: int, d: int):
v[idx, idx_pair[1], :] = w[1]

return v


def test_fn():
"""Yields
------
err_code : int
Non-zero value indicates error code, or zero on success.
err_msg : str or None
Human readable error message, or None on success.
Returns
-------
int
Description of anonymous integer return value.
"""

0 comments on commit fbd9078

Please sign in to comment.