edwardlib / observations

Tools for loading standard data sets in machine learning
Other
202 stars 40 forks source link

standardize use of open() #46

Open dustinvtran opened 7 years ago

dustinvtran commented 7 years ago

Searching open( in the repo shows that we use Python's open() function sometimes with the 'rb' arg, sometimes no arg, sometimes with w. We should make its usage consistent.