materialsproject / fireworks

The Fireworks Workflow Management Repo.
https://materialsproject.github.io/fireworks
Other
351 stars 184 forks source link

lpad introspect crashes #438

Closed janosh closed 3 years ago

janosh commented 3 years ago

Under FireWorks==1.9.7, lpad introspect throws

NOTE: This feature is in beta mode...
generating report for launches...please wait...

Traceback (most recent call last):
  File "/home/jr769/miniconda3/envs/py38/bin/lpad", line 8, in <module>
    sys.exit(lpad())
  File "/home/jr769/miniconda3/envs/py38/lib/python3.8/site-packages/fireworks/scripts/lpad_run.py", line 1435, in lpad
    args.func(args)
  File "/home/jr769/miniconda3/envs/py38/lib/python3.8/site-packages/fireworks/scripts/lpad_run.py", line 775, in introspect
    table = isp.introspect_fizzled(coll=coll, threshold=args.threshold, limit=args.max)
  File "/home/jr769/miniconda3/envs/py38/lib/python3.8/site-packages/fireworks/features/introspect.py", line 157, in introspect_fizzled
    diff_d = compare_stats(completed_d, nsamples_completed, fizzled_d, nsamples_fizzled,
  File "/home/jr769/miniconda3/envs/py38/lib/python3.8/site-packages/fireworks/features/introspect.py", line 68, in compare_stats
    all_keys.extend(statsdict2.keys())