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
I just installed forgi via pip and I got this error when I want to visualize RNA structure. It happened on some of my RNA structures.
/mnt/Data/Programs/conda/lib/python3.8/site-packages/forgi/visual/mplotlib.py:118: RuntimeWarning: invalid value encountered in true_divide
norm_vec/=ftuv.magnitude(norm_vec)
Code to reproduce:
import forgi.graph.bulge_graph as fgb
import forgi.visual.mplotlib as fvm
bg = fgb.BulgeGraph.from_dotbracket('......((((((((((((((((......))))))))))))))))((((.(((((....).))))))))(((((((....))))))).....................')
fvm.plot_rna(bg)
The text was updated successfully, but these errors were encountered:
Hi,
I just installed forgi via pip and I got this error when I want to visualize RNA structure. It happened on some of my RNA structures.
/mnt/Data/Programs/conda/lib/python3.8/site-packages/forgi/visual/mplotlib.py:118: RuntimeWarning: invalid value encountered in true_divide
norm_vec/=ftuv.magnitude(norm_vec)
Code to reproduce:
The text was updated successfully, but these errors were encountered: