diff options
| author | Gyeonghwan Hong <[email protected]> | 2019-04-10 18:12:19 +0900 |
|---|---|---|
| committer | Gyeonghwan Hong <[email protected]> | 2019-04-10 18:12:19 +0900 |
| commit | 15d3d23cd13913eea599b0d88f14a6f2925f6da9 (patch) | |
| tree | b72e9077cfdfd0ad82e4f89752e06efb92a2d30e | |
| parent | e5322e7bbe2c884b62aaecad0f854251c2187ba6 (diff) | |
Fix indentation bug of AerialVision
| -rw-r--r-- | aerialvision/organizedata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aerialvision/organizedata.py b/aerialvision/organizedata.py index 0d6cd91..090b90f 100644 --- a/aerialvision/organizedata.py +++ b/aerialvision/organizedata.py @@ -97,7 +97,7 @@ def organizedata(fileVars): 'sparse':OrganizeSparse, # Vector data with 2D index (used by DRAM access stats) 'custom':0 } - data_type_char = {int:'I', float:'f'} + data_type_char = {int:'I', float:'f'} print "Organizing data into internal format..." |
