Skip to content

Commit ab80c6b

Browse files
tgrogersGitHub Enterprise
authored andcommitted
Merge branch 'dev-purdue-integration' into dev-purdue-integration
2 parents 9dddc04 + 067eac2 commit ab80c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aerialvision/organizedata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def organizedata(fileVars):
9797
'sparse':OrganizeSparse, # Vector data with 2D index (used by DRAM access stats)
9898
'custom':0
9999
}
100-
data_type_char = {int:'I', float:'f'}
100+
data_type_char = {int:'L', float:'d'}
101101

102102
print "Organizing data into internal format..."
103103

0 commit comments

Comments
 (0)