umvarma / pynastran

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

AttributeError: 'F06' object has no attribute 'subtitles' #176

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
python all_tests.py in pynastran-read-only/pyNastran/f06/test using r2632 

======================================================================
ERROR: test_bar3truss_1 (pyNastran.f06.test.f06_unit_tests.TestF06)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/test/f06_unit_tests.py", line 268, in test_bar3truss_1
    f06 = self.run_model(bdfname, f06name, op2name, f06_has_weight=True)
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/test/f06_unit_tests.py", line 50, in run_model
    f06.write_f06(f06_name[:-4] + '.test_f06.out')
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/f06Writer.py", line 938, in write_f06
    for subtitle in self.subtitles[isubcase]:
AttributeError: 'F06' object has no attribute 'subtitles'

======================================================================
ERROR: test_beam_modes_1 (pyNastran.f06.test.f06_unit_tests.TestF06)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/test/f06_unit_tests.py", line 226, in test_beam_modes_1
    bdf, f06, op2 = self.run_model(bdfname, f06name, op2name, f06_has_weight=True)
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/test/f06_unit_tests.py", line 50, in run_model
    f06.write_f06(f06_name[:-4] + '.test_f06.out')
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/f06Writer.py", line 938, in write_f06
    for subtitle in self.subtitles[isubcase]:
AttributeError: 'F06' object has no attribute 'subtitles'

======================================================================
ERROR: test_cbush_1 (pyNastran.f06.test.f06_unit_tests.TestF06)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/test/f06_unit_tests.py", line 303, in test_cbush_1
    bdf, f06, op2 = self.run_model(bdfname, f06name, op2name, f06_has_weight=False)
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/test/f06_unit_tests.py", line 50, in run_model
    f06.write_f06(f06_name[:-4] + '.test_f06.out')
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/f06Writer.py", line 938, in write_f06
    for subtitle in self.subtitles[isubcase]:
AttributeError: 'F06' object has no attribute 'subtitles'

======================================================================
ERROR: test_complex_displacement (pyNastran.f06.test.f06_unit_tests.TestF06)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/test/f06_unit_tests.py", line 440, in test_complex_displacement
    f06 = self.run_model(bdfname, f06name1, op2name, f06_has_weight=False)
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/test/f06_unit_tests.py", line 50, in run_model
    f06.write_f06(f06_name[:-4] + '.test_f06.out')
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/f06Writer.py", line 938, in write_f06
    for subtitle in self.subtitles[isubcase]:
AttributeError: 'F06' object has no attribute 'subtitles'

======================================================================
ERROR: test_complex_tets_1 (pyNastran.f06.test.f06_unit_tests.TestF06)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/test/f06_unit_tests.py", line 214, in test_complex_tets_1
    bdf, f06, op2 = self.run_model(bdfname, f06name, op2name, f06_has_weight=False)
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/test/f06_unit_tests.py", line 50, in run_model
    f06.write_f06(f06_name[:-4] + '.test_f06.out')
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/f06Writer.py", line 938, in write_f06
    for subtitle in self.subtitles[isubcase]:
AttributeError: 'F06' object has no attribute 'subtitles'

======================================================================
ERROR: test_eigenvectors1 (pyNastran.f06.test.f06_unit_tests.TestF06)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/test/f06_unit_tests.py", line 462, in test_eigenvectors1
    f06 = self.run_model(bdfname, f06name, op2name, f06_has_weight=False)
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/test/f06_unit_tests.py", line 50, in run_model
    f06.write_f06(f06_name[:-4] + '.test_f06.out')
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/f06Writer.py", line 938, in write_f06
    for subtitle in self.subtitles[isubcase]:
AttributeError: 'F06' object has no attribute 'subtitles'

======================================================================
ERROR: test_eigenvectors2 (pyNastran.f06.test.f06_unit_tests.TestF06)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/test/f06_unit_tests.py", line 482, in test_eigenvectors2
    f06 = self.run_model(bdfname, f06name, op2name, f06_has_weight=False)
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/test/f06_unit_tests.py", line 50, in run_model
    f06.write_f06(f06_name[:-4] + '.test_f06.out')
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/f06Writer.py", line 938, in write_f06
    for subtitle in self.subtitles[isubcase]:
AttributeError: 'F06' object has no attribute 'subtitles'

======================================================================
ERROR: test_failure_index (pyNastran.f06.test.f06_unit_tests.TestF06)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/test/f06_unit_tests.py", line 390, in test_failure_index
    f06 = self.run_model(bdfname, f06name1, op2name, f06_has_weight=False)
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/test/f06_unit_tests.py", line 50, in run_model
    f06.write_f06(f06_name[:-4] + '.test_f06.out')
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/f06Writer.py", line 938, in write_f06
    for subtitle in self.subtitles[isubcase]:
AttributeError: 'F06' object has no attribute 'subtitles'

======================================================================
ERROR: test_plate_openmdao (pyNastran.f06.test.f06_unit_tests.TestF06)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/test/f06_unit_tests.py", line 416, in test_plate_openmdao
    bdf, f06, op2 = self.run_model(bdfname, f06name, op2name, dynamic_vars=dynamic_vars, f06_has_weight=False)
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/test/f06_unit_tests.py", line 50, in run_model
    f06.write_f06(f06_name[:-4] + '.test_f06.out')
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/f06Writer.py", line 938, in write_f06
    for subtitle in self.subtitles[isubcase]:
AttributeError: 'F06' object has no attribute 'subtitles'

======================================================================
ERROR: test_plate_vonmises (pyNastran.f06.test.f06_unit_tests.TestF06)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/test/f06_unit_tests.py", line 497, in test_plate_vonmises
    (bdf, f06, op2) = self.run_model(bdfname, f06name, op2name, f06_has_weight=False)
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/test/f06_unit_tests.py", line 50, in run_model
    f06.write_f06(f06_name[:-4] + '.test_f06.out')
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/f06Writer.py", line 938, in write_f06
    for subtitle in self.subtitles[isubcase]:
AttributeError: 'F06' object has no attribute 'subtitles'

======================================================================
ERROR: test_solid_shell_bar_1 (pyNastran.f06.test.f06_unit_tests.TestF06)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/test/f06_unit_tests.py", line 317, in test_solid_shell_bar_1
    bdf, f06, op2 = self.run_model(bdfname, f06name, op2name, f06_has_weight=False)
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/test/f06_unit_tests.py", line 50, in run_model
    f06.write_f06(f06_name[:-4] + '.test_f06.out')
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/f06Writer.py", line 938, in write_f06
    for subtitle in self.subtitles[isubcase]:
AttributeError: 'F06' object has no attribute 'subtitles'

======================================================================
ERROR: test_solid_shell_bar_2 (pyNastran.f06.test.f06_unit_tests.TestF06)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/test/f06_unit_tests.py", line 349, in test_solid_shell_bar_2
    bdf, f06, op2 = self.run_model(bdfname, f06name, op2name, f06_has_weight=False)
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/test/f06_unit_tests.py", line 50, in run_model
    f06.write_f06(f06_name[:-4] + '.test_f06.out')
  File "/home/nils/svn/pynastran-read-only/pyNastran/f06/f06Writer.py", line 938, in write_f06
    for subtitle in self.subtitles[isubcase]:
AttributeError: 'F06' object has no attribute 'subtitles'

----------------------------------------------------------------------
Ran 18 tests in 2.464s

FAILED (errors=12)

Original issue reported on code.google.com by nils...@googlemail.com on 14 Mar 2015 at 11:45

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
pyNastran has moved to Github

Please see https://github.com/SteveDoyle2/pyNastran/issues/177 for further 
discussion.

Original comment by mesheb82 on 14 Mar 2015 at 6:41

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by mesheb82 on 8 Apr 2015 at 6:34