Hi Daniel, I've got a patch and a test case (although I uncovered a couple of additional vector equation issues in the process). Is there a copy of the latest and greatest Fipy on Github so that I can push my changes to that repo? Otherwise, how would you suggest pushing changes using Github?
Charles On Thu, Apr 3, 2014 at 3:08 PM, Charles Reid <[email protected]> wrote: > OK, thanks. I'll push changes shortly... > > > > Charles > > > On Thu, Apr 3, 2014 at 7:19 AM, Daniel Wheeler > <[email protected]>wrote: > >> On Wed, Apr 2, 2014 at 9:35 PM, Charles Reid <[email protected]> >> wrote: >> > Hi there, >> > >> > I had a question about adding a test. Is that as straightforward as >> adding >> > to the example code in the docstrings for the pysparseMatrix.multiply() >> > method? >> >> Yes, exactly. >> >> > How can I then run the test for that specific class/class method? >> >> $ python fipy/matrices/pysparseMatrix.py -v >> >> will run your tests in verbose mode so you can see it is actually being >> tested. >> >> -- >> Daniel Wheeler >> _______________________________________________ >> fipy mailing list >> [email protected] >> http://www.ctcms.nist.gov/fipy >> [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ] >> > >
_______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
