← Back to team overview

yade-users team mailing list archive

Re: [Question #697785]: RuntimeWarning: overflow encountered in double_scalars

 

Question #697785 on Yade changed:
https://answers.launchpad.net/yade/+question/697785

    Status: Needs information => Open

Mithushan Soundaranathan gave more information on the question:
Hij Jan ,
Here is the complete error mesaage:

/usr/lib/python3/dist-packages/matplotlib/ticker.py:2039: RuntimeWarning: overflow encountered in multiply
  steps = self._extended_steps * scale
/usr/lib/python3/dist-packages/matplotlib/ticker.py:2071: RuntimeWarning: overflow encountered in double_scalars
  high = edge.ge(_vmax - best_vmin)
/usr/lib/python3/dist-packages/matplotlib/ticker.py:1879: RuntimeWarning: invalid value encountered in double_scalars
  d, m = divmod(x, self.step)
/usr/lib/python3/dist-packages/matplotlib/transforms.py:2832: RuntimeWarning: overflow encountered in double_scalars
  elif vmax - vmin <= maxabsvalue * tiny:
/usr/lib/python3/dist-packages/matplotlib/transforms.py:417: RuntimeWarning: overflow encountered in double_scalars
  return (x0, y0, x1 - x0, y1 - y0)
/usr/lib/python3/dist-packages/matplotlib/ticker.py:1832: RuntimeWarning: overflow encountered in double_scalars
  dv = abs(vmax - vmin)  # > 0 as nonsingular is called before.
/usr/lib/python3/dist-packages/matplotlib/ticker.py:2038: RuntimeWarning: overflow encountered in double_scalars
  raw_step = (_vmax - _vmin) / nbins
/usr/lib/python3/dist-packages/matplotlib/ticker.py:2045: RuntimeWarning: invalid value encountered in greater_equal
  istep = np.nonzero(steps >= raw_step)[0][0]
In [1]: WARNING:matplotlib.text:posx and posy should be finite values           
/usr/lib/python3/dist-packages/matplotlib/axes/_base.py:2477: RuntimeWarning: overflow encountered in double_scalars
  delta = (x1t - x0t) * margin
In [1]: WARNING:matplotlib.text:posx and posy should be finite values           
WARNING:matplotlib.text:posx and posy should be finite values
WARNING:matplotlib.text:posx and posy should be finite values
python3.8: /build/vtk6-9ueea8/vtk6-6.3.0+dfsg2/IO/XML/vtkXMLOffsetsManager.h:142: void OffsetsManagerGroup::Allocate(int, int): Assertion `numElements > 0' failed.
Aborted (core dumped)

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.