Skip to content

Commit 9b9d8f3

Browse files
committed
updated tests
1 parent 90af4cf commit 9b9d8f3

File tree

4 files changed

+20
-1029
lines changed

4 files changed

+20
-1029
lines changed

src/modelspec/utils.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,6 @@ def save_to_yaml_file(info_dict, filename, indent=4):
6161
fp.write(stry)
6262

6363

64-
def save_to_bson_file(info_dict, filename):
65-
66-
strb = bson.encode(info_dict)
67-
with open(filename, "wb") as fp:
68-
fp.write(strb)
69-
70-
7164
def ascii_encode_dict(data):
7265
ascii_encode = (
7366
lambda x: x.encode("ascii")

tests/sample.bson

-8.72 KB
Binary file not shown.

0 commit comments

Comments
 (0)