Beispiel #1
0
def test_annulus_bn_geo():

    curr_file = os.path.dirname(
        os.path.realpath(__file__)) + "/output/" + fname + "/" + fname + ".geo"

    assert geo_files_test(curr_file), "%s does not match the model answer" % (
        ntpath.basename(curr_file).rstrip())
def test_annulus_bn_geo():
	curr_file = os.path.dirname(os.path.realpath(__file__)) + "/output/" + fname + "/" + fname + ".geo"

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