radical-cybertools / radical.analytics

Analytics for RADICAL-Cybertools
Other
1 stars 1 forks source link

Utilization methods fails #73

Open iparask opened 6 years ago

iparask commented 6 years ago

When the utilization method is called with owner the pilot and consumer the units it fails with the following error:

/home/iparask/miniconda2/envs/EnTKGPU/lib/python2.7/site-packages/radical/analytics/session.pyc in utilization(self, owner, consumer, resource, owner_events, consumer_events)
    924                         for r in ranges:
    925                             if t >= r[0] and t <= r[1]:
--> 926                                 cnt += consumer_resources[cons_id]
    927 
    928                     util.append([t, cnt])
iparask commented 5 years ago

This bugs is still here.

mturilli commented 4 years ago

@iparask can this be closed?