module 'openseespy.opensees' has no attribute 'testNorm'
Moderators: silvia, selimgunay, Moderators
module 'openseespy.opensees' has no attribute 'testNorm'
Hello, everyone. I have a problem with openseespy. When I run the following command, why do I get an error?
import openseespy.opensees as op
op.testNorm()
The error is "module 'openseespy.opensees' has no attribute 'testNorm".
The help file for the command is on this web site: https://openseespydoc.readthedocs.io/en ... tNorm.html
Thank you!
import openseespy.opensees as op
op.testNorm()
The error is "module 'openseespy.opensees' has no attribute 'testNorm".
The help file for the command is on this web site: https://openseespydoc.readthedocs.io/en ... tNorm.html
Thank you!
Re: module 'openseespy.opensees' has no attribute 'testNorm'
Is the python interface of this command not provided yet? I tried this command in tcl format and it can be run. I use the latest version of openseespy.
-
- Posts: 160
- Joined: Mon Feb 02, 2015 6:32 pm
Re: module 'openseespy.opensees' has no attribute 'testNorm'
test('NormDispIncr', 1.0e-6, 1000)
Prafulla Malla, Nepal
Praf_malla@hotmail.com
Praf_malla@hotmail.com
Re: module 'openseespy.opensees' has no attribute 'testNorm'
Thanks for the information!
Re: module 'openseespy.opensees' has no attribute 'testNorm'
Thank you, professormhscott wrote: ↑Tue Jun 09, 2020 7:11 am Issue resolved here:
https://github.com/zhuminjie/OpenSeesPyDoc/issues/188