umvarma / pynastran

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

AttributeError: 'OP4' object has no attribute 'readOP4' #148

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

What do you see instead?

nils@linux-5fmr:~/svn/pynastran-read-only> python pyNastran/op4/performance.py 
cop4 read A_1000x1000.op4      in    0.345 s
cop4 read A_2000x2000.op4      in    1.617 s
cop4 read A_3000x3000.op4      in    3.371 s
cop4 read A_4000x4000.op4      in    6.380 s
Traceback (most recent call last):
  File "pyNastran/op4/performance.py", line 53, in <module>
    B = op4.readOP4(File[i])
AttributeError: 'OP4' object has no attribute 'readOP4'

Original issue reported on code.google.com by nils...@googlemail.com on 5 Jun 2014 at 4:29

GoogleCodeExporter commented 9 years ago
OP4 method readOP4 has been renamed read_op4 to be consistent with other 
readers.  performance.py is now up to date

Original comment by mesheb82 on 14 Jun 2014 at 11:10