Skip to content

Commit

Permalink
removing c code test
Browse files Browse the repository at this point in the history
  • Loading branch information
knutdrand committed Oct 20, 2023
1 parent f67c7d5 commit 7ccf174
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/test_c_code.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import numpy as np
import pytest
from numpy.testing import assert_array_equal

from npstructures.copy_segment import compute
print('-----------------------')

# from npstructures.copy_segment import compute
print('-----------------------')

@pytest.mark.skip
def test_copy():
array_1 = np.array([1, 2, 3, 4, 5, 6, 7, 8])
array_2 = np.zeros_like(array_1, shape=(5,))
Expand Down

0 comments on commit 7ccf174

Please sign in to comment.