On 31 January 2010 21:07, Anders Logg <[email protected]> wrote:
All buildbots should be green now. Only FFC tests are currently failing but I suspect a small fix is needed on the buildbot side to run the new tests (which involve compilation against UFC). What about the evaluate_basis and evaluate_basis_derivatives tests. Are they in good shape, and what do they do differently from the regression tests?
The current content of evaluate_basis* is just a test against old values from FFC, but with many more elements. But since many of the elements has changed the order of dofs they are not of much use. Therefore, I'm working on a test suite which will compare values from fiat_element.tabulate() to ufc_element.evaluate_basis() and ufc_element.evaluate_basis_derivatives(). There is still a little work to be done, but I can hopefully push something tomorrow that will replace what is in evaluate_basis/ and then evaluate_basis_derivatives/ can be removed. Kristian
-- Anders On Sun, Jan 31, 2010 at 08:00:29PM -0000, [email protected] wrote:------------------------------------------------------------ revno: 1354 committer: Anders Logg <[email protected]> branch nick: ffc-main timestamp: Sun 2010-01-31 20:57:52 +0100 message: Add missing file added: test/unit/test.py=== added file 'test/unit/test.py' --- test/unit/test.py 1970-01-01 00:00:00 +0000 +++ test/unit/test.py 2010-01-31 19:57:52 +0000 @@ -0,0 +1,5 @@ +from misc.test import * +from symbolics.test import * + +if __name__ == "__main__": + unittest.main()-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAktl4xcACgkQTuwUCDsYZdGrJQCdH59w7EP1Li0gM2bunvIdJDMD O/IAnRay+qpeibp9lwqWdPXSCWB5cHP7 =MjH5 -----END PGP SIGNATURE----- _______________________________________________ Mailing list: https://launchpad.net/~ffc Post to : [email protected] Unsubscribe : https://launchpad.net/~ffc More help : https://help.launchpad.net/ListHelp
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Mailing list: https://launchpad.net/~ffc Post to : [email protected] Unsubscribe : https://launchpad.net/~ffc More help : https://help.launchpad.net/ListHelp

