Open GoogleCodeExporter opened 9 years ago
This could be silenced from your its2Df.py using [1].
Brute force way: put this at the beginning of your file:
import warnings; warnings.filterwarnings('ignore')
I am not sure what scipy versions people use, so I would rather not used the new
interface yet.
[1] http://docs.python.org/library/warnings.html
Original comment by robert.c...@gmail.com
on 21 Apr 2010 at 12:52
gotcha
Original comment by freevryh...@gmail.com
on 22 Apr 2010 at 1:58
Migrated to http://github.com/sfepy/sfepy/issues/122
Original comment by robert.c...@gmail.com
on 30 Jan 2012 at 10:26
Original issue reported on code.google.com by
freevryh...@gmail.com
on 21 Apr 2010 at 12:35