Skip to content

Commit

Permalink
test work outside of pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche committed Oct 18, 2024
1 parent cb86ad9 commit 00a50c8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 38 deletions.
1 change: 0 additions & 1 deletion lib/src/rdswrapper.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// rds_bindings.cpp
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include <pybind11/numpy.h>
Expand Down
36 changes: 0 additions & 36 deletions test.py

This file was deleted.

1 change: 0 additions & 1 deletion tests/test_atomic-attr.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

def test_read_atomic_attrs():
parsed_obj = PyRdsReader("tests/data/atomic_attr.rds")
print(parsed_obj)
data = parsed_obj.read()
print(data)

Expand Down

0 comments on commit 00a50c8

Please sign in to comment.