Skip to content

Commit

Permalink
Change json to nujson. Should improve json serialization.
Browse files Browse the repository at this point in the history
  • Loading branch information
beangoben committed Feb 26, 2020
1 parent 9bda52f commit e02773b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/MOF_VAE.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ dependencies:
- pip:
- more-itertools==8.2.0
- selfies==0.2.4
- nujson
2 changes: 1 addition & 1 deletion vaemof/configs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import json
import nujson as json
import os
from collections import Counter, OrderedDict
import numpy as np
Expand Down

0 comments on commit e02773b

Please sign in to comment.