radical-cybertools / radical.analytics

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

RTD build broken #163

Closed andre-merzky closed 1 year ago

andre-merzky commented 2 years ago

The RTD build seems to be broken lately - see https://readthedocs.org/projects/radicalanalytics/builds/16511144/ for an example. @mturilli: could you please have a look?

mturilli commented 2 years ago

The auth error has been fixed but now the build fails possibly due to a change in RP/utils profiler? RA test sessions (created on Summit by Wenjie) seem not to be compatible with the current version. Error at: https://readthedocs.org/projects/radicalanalytics/builds/17109513/

andre-merzky commented 2 years ago

The error arises from this line:

time_series = {pair: session.concurrency(event=pairs[pair]) for pair in pairs}

where session is not defined. Alas the trace is not saying where that line comes from - do you know which notebook(s) contain it?

andre-merzky commented 1 year ago

This is fixed now.