Skip to content

Commit

Permalink
Merge branch 'rewrite' of https://github.com/BiocPy/rds2py into rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche committed Oct 22, 2024
2 parents 75a64e0 + 1735103 commit 8050a2b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ MANIFEST
.python-version

extern/rds2cpp*
src/rds2py/lib/parser.cpp
src/rds2py/lib/parser.cpp
1 change: 0 additions & 1 deletion src/rds2py/rdsutils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from typing import Dict, MutableMapping

from .PyRdsReader import PyRdsParser

Expand Down
2 changes: 1 addition & 1 deletion tests/test_atomics.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ def test_read_scalar_float():
assert obj is not None
assert isinstance(obj, FloatList)
assert len(obj) == 1
assert obj[0] == 10.0
assert obj[0] == 10.0

0 comments on commit 8050a2b

Please sign in to comment.