def test_annulus_bn_msh():
	curr_file = os.path.dirname(os.path.realpath(__file__)) + "/output/" + fname + "/" + fname + ".msh"

	assert mesh_file_test(curr_file),"%s does not match the model answer" % (ntpath.basename(curr_file).rstrip())
Beispiel #2
0
def test_annulus_bn_msh():
    curr_file = os.path.dirname(
        os.path.realpath(__file__)) + "/output/" + fname + "/" + fname + ".msh"

    assert mesh_file_test(curr_file), "%s does not match the model answer" % (
        ntpath.basename(curr_file).rstrip())