Skip to content

Commit

Permalink
same deal with the newline at the end of the file
Browse files Browse the repository at this point in the history
  • Loading branch information
fscottfoti committed Jul 29, 2014
1 parent 7e7c009 commit 2578a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urbansim/utils/tests/test_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ def simple_dev_inputs():
def test_misc_dffunctions(simple_dev_inputs):
misc.df64bitto32bit(simple_dev_inputs)
misc.pandasdfsummarytojson(simple_dev_inputs[['land_cost', 'parcel_size']])
misc.numpymat2df(np.array([[1, 2], [3, 4]]))
misc.numpymat2df(np.array([[1, 2], [3, 4]]))

0 comments on commit 2578a44

Please sign in to comment.