Open GoogleCodeExporter opened 9 years ago
I guess #1 and #2 will go away after we change swig for cython (which is due
now).
#3 is IMHO a non-issue for matrix sizes that are feasible for LU, so we could
just probably silence it.
import warnings
warnings.simplefilter('ignore', SparseEfficiencyWarning)
Original comment by robert.c...@gmail.com
on 15 Sep 2011 at 8:36
Cython is in, so #1, #2 are fixed. #3 is silenced.
Original comment by robert.c...@gmail.com
on 14 Oct 2011 at 12:52
i pulled from git today and still those two warnings are showing. is the
repository updated yet?
Original comment by rashed.g...@gmail.com
on 15 Oct 2011 at 6:40
It is not yet in the master, but in my experimental github repo
git clone git://github.com/rc/sfepy.git
Original comment by robert.c...@gmail.com
on 15 Oct 2011 at 5:03
Migrated to http://github.com/sfepy/sfepy/issues/159
Original comment by robert.c...@gmail.com
on 30 Jan 2012 at 10:27
Original issue reported on code.google.com by
rashed.g...@gmail.com
on 9 Sep 2011 at 6:46