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
On running the wolf-sheep model, the default installation should not issue warnings, but it does:
python examples/wolf-sheep/model.py
/neworder/examples/wolf-sheep/wolf_sheep.py:257: UserWarning: Attempting to set identical bottom == top == 0 results in singular transformations; automatically expanding.
self.ax_t3.set_ylim([0, max(n/max(len(self.wolves), 1))])
/neworder/examples/wolf-sheep/wolf_sheep.py:260: RuntimeWarning: invalid value encountered in true_divide
for rect, h in zip(self.ax_ss, n/len(self.sheep)):
/neworder/examples/wolf-sheep/wolf_sheep.py:262: UserWarning: Attempting to set identical bottom == top == 0 results in singular transformations; automatically expanding.
self.ax_t4.set_ylim([0, max(n/max(len(self.sheep), 1))])
The text was updated successfully, but these errors were encountered:
On running the wolf-sheep model, the default installation should not issue warnings, but it does:
python examples/wolf-sheep/model.py
The text was updated successfully, but these errors were encountered: