Changeset 4165 for anuga_core/source/anuga/fit_interpolate/test_fit.py
- Timestamp:
- Jan 10, 2007, 4:50:53 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/fit_interpolate/test_fit.py
r4144 r4165 271 271 272 272 f = fit_to_mesh(vertices, triangles,fileName, 273 alpha=0.0, max_read_lines=2)#, verbose=True) 273 alpha=0.0, max_read_lines=2) 274 #use_cache=True, verbose=True) 274 275 answer = linear_function(vertices) 275 276 #print "f\n",f … … 604 605 605 606 606 def test_fit_to_mesh_file(self):607 def obsolete_test_fit_to_mesh_file(self): 607 608 from load_mesh.loadASCII import import_mesh_file, \ 608 609 export_mesh_file … … 656 657 657 658 658 def test_fit_to_mesh_file3(self):659 def obsolete_test_fit_to_mesh_file3(self): 659 660 from load_mesh.loadASCII import import_mesh_file, \ 660 661 export_mesh_file … … 708 709 os.remove(mesh_output_file) 709 710 710 def test_fit_to_mesh_file4(self):711 def obsolete_test_fit_to_mesh_file4(self): 711 712 from load_mesh.loadASCII import import_mesh_file, \ 712 713 export_mesh_file … … 762 763 os.remove(mesh_output_file) 763 764 764 def test_fit_to_mesh_fileII(self):765 def obsolete_test_fit_to_mesh_fileII(self): 765 766 from load_mesh.loadASCII import import_mesh_file, \ 766 767 export_mesh_file … … 813 814 os.remove(point_file) 814 815 815 def test_fit_to_mesh_file_errors(self):816 def obsolete_test_fit_to_mesh_file_errors(self): 816 817 from load_mesh.loadASCII import import_mesh_file, export_mesh_file 817 818 import tempfile … … 851 852 os.remove(point_file) 852 853 853 def test_fit_to_mesh_file_errorsII(self):854 def obsolete_test_fit_to_mesh_file_errorsII(self): 854 855 from load_mesh.loadASCII import import_mesh_file, export_mesh_file 855 856 import tempfile … … 881 882 os.remove(point_file) 882 883 883 def test_fit_to_mesh_file_errorsIII(self):884 def obsolete_test_fit_to_mesh_file_errorsIII(self): 884 885 from load_mesh.loadASCII import import_mesh_file, export_mesh_file 885 886 import tempfile
Note: See TracChangeset
for help on using the changeset viewer.