You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, there is an error "TypeError: 'float' object is not iterable" in line 50 bias =','.join(map(str,lp.bias[i].data.tolist())) of vde_metadynamics/vde_metadynamics/render_network.py when I run the ala_res.ipynb of vde_metadynamics/examples/alanine. When I print out the bias[i].data.tolist(), it's a value 0.31510797142982483.
The text was updated successfully, but these errors were encountered:
Hi, there is an error "TypeError: 'float' object is not iterable" in line 50
bias =','.join(map(str,lp.bias[i].data.tolist()))
of vde_metadynamics/vde_metadynamics/render_network.py when I run the ala_res.ipynb of vde_metadynamics/examples/alanine. When I print out the bias[i].data.tolist(), it's a value 0.31510797142982483.The text was updated successfully, but these errors were encountered: