Loading moldyn_example/run_experiment.py +4 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,10 @@ print 'downloading resources' olcf_endpoint = 'ef1a9560-7ca1-11e5-992c-22000b96db58' path = '/~/1fme-0/' idx = packages.index("1fme-0") resources = cbow.list_resources(packages[idx]) #only get first 10 resources to reduce dataset size resources = cbow.list_resources(packages[idx])[:10] dl = [] for resource in resources: print 'checking %s' % resource Loading Loading
moldyn_example/run_experiment.py +4 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,10 @@ print 'downloading resources' olcf_endpoint = 'ef1a9560-7ca1-11e5-992c-22000b96db58' path = '/~/1fme-0/' idx = packages.index("1fme-0") resources = cbow.list_resources(packages[idx]) #only get first 10 resources to reduce dataset size resources = cbow.list_resources(packages[idx])[:10] dl = [] for resource in resources: print 'checking %s' % resource Loading