Plotly issue
Some of the plots created with plotly cause an exception: Uncaught TypeError: Cannot use 'in' operator to search for 'bardir' in ...
. Probably some incompatible value in the plotly config?
Edit: was found to be in issue in GeometryOptimization.js where the data values were passed directly to the plot without creating the proper traces. Now added tests that ensure that the geo-opt plot is showing correctly.
Edited by Lauri Himanen