jkitchin / pycse

Python computations in science and engineering
GNU General Public License v2.0
242 stars 67 forks source link

Runtime warnings are not rendered correctly #14

Closed jkitchin closed 7 years ago

jkitchin commented 11 years ago

They show up as errors, and they make everything after it red.

try publishing this code.

import numpy as np np.seterr(all='warn') A = np.array([10]) a=A[-1] print a**a

print 'This is the end'

jkitchin commented 7 years ago

eliminated publish