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
>>>-------------------------------------------------------------------------
Exception in /home/exx/ProDy-website/ProDy/prody/measure/measure.py:docstring of prody.measure.measure.calcADPAxes at block ending on line 49
Specify :okexcept: as an option in the ipython:: block to suppress this message
ValueErrorTraceback (most recent call last)
<ipython-input-4-5a7bd3de55e3> in <module>()
----> 1 adp_axes = calcADPAxes( calphas )
/home/exx/ProDy-website/ProDy/prody/measure/measure.pyc in calcADPAxes(atoms, **kwargs)
730 # is selected
731 vals = vals * sign((vecs * axes[(i-1)*3:(i)*3, :]).sum(0))
--> 732 axes[i*3:i*3, :] = vals * vecs
733 # Resort the columns before returning array
734 axes = axes[:, [2, 1, 0]]
ValueError: could not broadcast input array from shape (3,3) into shape (0,3)
<<<-------------------------------------------------------------------------
We need to figure out what it's supposed to do here still.
The text was updated successfully, but these errors were encountered:
We need to figure out what it's supposed to do here still.
The text was updated successfully, but these errors were encountered: