Hello, I noticed that a few references to ParametricTestCase have made it into the SciPy trunk: scipy/sparse/tests/test_sparse.py: ParametricTestCase): scipy/misc/tests/test_pilutil.py:class test_pilutil(ParametricTestCase): ParametricTestCase was only recently added to the NumPy: http://projects.scipy.org/scipy/numpy/changeset/3976/trunk/numpy/testing/par... So should we remove these references just from the tag (which I will make very soon, I promise) or should we remove them from the trunk (at least until a new release of NumPy is made)? -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/
Jarrod Millman wrote:
Hello,
I noticed that a few references to ParametricTestCase have made it into the SciPy trunk: scipy/sparse/tests/test_sparse.py: ParametricTestCase): scipy/misc/tests/test_pilutil.py:class test_pilutil(ParametricTestCase):
ParametricTestCase was only recently added to the NumPy: http://projects.scipy.org/scipy/numpy/changeset/3976/trunk/numpy/testing/par...
So should we remove these references just from the tag (which I will make very soon, I promise) or should we remove them from the trunk (at least until a new release of NumPy is made)?
I don't mind the trunk of scipy requiring the trunk of numpy. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco
On 8/29/07, Robert Kern <robert.kern@gmail.com> wrote:
I don't mind the trunk of scipy requiring the trunk of numpy.
Fine with me as well. I will go ahead and branch. Then, we can just remove the ParametricTestCase from the branch. -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/
participants (2)
-
Jarrod Millman -
Robert Kern