thegooglecodearchive / sfepy

Automatically exported from code.google.com/p/sfepy
0 stars 0 forks source link

file name typo sfepy/database/tests/cude.bdf (should be cube.bdf) #85

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
sfepy: reading mesh (database/tests/cube.bdf)...
>>> <type 'exceptions.IOError'>
Traceback (most recent call last):
  File "./runTests.py", line 219, in <module>
    main()
  File "./runTests.py", line 214, in main
    op.walk( options.test_dir, wrap_run_tests( options ), stats )
  File "/usr/lib64/python2.6/posixpath.py", line 224, in walk
    func(arg, top, names)
  File "./runTests.py", line 148, in run_tests
    n_fail, n_total, test_time = run_test( conf_name, options )
  File "./runTests.py", line 111, in run_test
    ok, n_fail, n_total = test.run( options.debug )
  File "/home/nwagner/git/sfepy/sfepy/base/testing.py", line 38, in run
    ret = test_method()
  File "tests/test_meshio.py", line 35, in test_read_meshes
    mesh = Mesh.from_file( filename )
  File "/home/nwagner/git/sfepy/sfepy/fem/mesh.py", line 674, in from_file
    mesh = io.read( mesh )
  File "/home/nwagner/git/sfepy/sfepy/fem/meshio.py", line 1527, in read
    fd = open( self.filename, 'r' )
IOError: [Errno 2] Datei oder Verzeichnis nicht gefunden:
'database/tests/cube.bdf'

Original issue reported on code.google.com by nils...@googlemail.com on 30 Apr 2009 at 4:40

GoogleCodeExporter commented 9 years ago
Thanks for reminding me, it's fixed in the git repo now.

Original comment by robert.c...@gmail.com on 1 May 2009 at 10:07

GoogleCodeExporter commented 9 years ago
Migrated to http://github.com/sfepy/sfepy/issues/88

Original comment by robert.c...@gmail.com on 30 Jan 2012 at 10:25