Skip to content

Commit

Permalink
test: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 authored and douglasdavis committed Dec 5, 2023
1 parent 38c2220 commit 312cc2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def test_concatenate_simple(daa, caa, axis):

def test_concatenate_axis_0_logical_same(daa):
result = dak.concatenate([daa, daa], axis=0)
print(daa.form)
buffers_report = dak.report_necessary_buffers(result.points.x)
assert len(buffers_report) == 1

Expand Down

0 comments on commit 312cc2b

Please sign in to comment.