Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
MJS authored and MJS committed Aug 29, 2012
1 parent 4d4b3fe commit 1f2a177
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/_13_AL_gps_combiner.py
Expand Up @@ -9,8 +9,10 @@
from _08_STG_reducer import subparset

if __name__=='__main__':
print "--------------------------------------------------------------------"
print "running _13_AL_gps_combiner.py"
combis = [(False, False), (True, False), (False, True)] # low, medium, high
small_gps_pass_shelvename = "small_gps_pass_test_AL_from_unconstrained_without_overregulated.db"
small_gps_pass_shelvename = "_12_small_gps_pass_test_AL_from_unconstrained_without_overregulated.db"
d = shelve.open(small_gps_pass_shelvename)
combined_results_shelvename = "_13_combined_results_AL_from_unconstrained_without_overregulated.db"
crs = shelve.open(combined_results_shelvename)
Expand Down

0 comments on commit 1f2a177

Please sign in to comment.