flyfyyfyy
Results
1
issues of
flyfyyfyy
When the input of `biotite.structure.dot_bracket_from_structure` doesn't have any base pairs, `biotite.structure.base_pairs` will return an empty NumPy array `array([], dtype=float64)`. When `np.sort(basepairs, axis=1)` is applied to this empty array, it will...