hackingmaterials / matminer_examples

A repo of examples for the matminer (https://github.com/hackingmaterials/matminer) code
Other
103 stars 60 forks source link

error in bulk_modulus notebook #21

Closed computron closed 6 years ago

computron commented 6 years ago

@albalu @ardunn


---------------------------------------------------------------------------
IndexError                                Traceback (most recent call last)
<ipython-input-21-c406415a642e> in <module>()
     13 
     14 hist_plot["data"][0]['name'] = 'train'
---> 15 hist_plot["data"][1]['name'] = 'test'
     16 pf_rf.create_plot(hist_plot)

IndexError: list index out of range
ardunn commented 6 years ago

@computron Neither @albalu nor I can reproduce this error. We suspect it might be due to plotly version? I am using Plotly 2.4.1

computron commented 6 years ago

i updated all my packages and it works