module 'openseespy.opensees' has no attribute 'testNorm'

Forum for asking and answering questions related to use of the OpenSeesPy module

Moderators: silvia, selimgunay, Moderators

Post Reply
YanYang
Posts: 13
Joined: Tue Jun 02, 2020 7:09 pm

module 'openseespy.opensees' has no attribute 'testNorm'

Post by YanYang » Tue Jun 02, 2020 7:35 pm

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!

YanYang
Posts: 13
Joined: Tue Jun 02, 2020 7:09 pm

Re: module 'openseespy.opensees' has no attribute 'testNorm'

Post by YanYang » Wed Jun 03, 2020 6:39 pm

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.

Prafullamalla
Posts: 160
Joined: Mon Feb 02, 2015 6:32 pm

Re: module 'openseespy.opensees' has no attribute 'testNorm'

Post by Prafullamalla » Fri Jun 05, 2020 4:14 am

test('NormDispIncr', 1.0e-6, 1000)
Prafulla Malla, Nepal
Praf_malla@hotmail.com


lucasP
Posts: 1
Joined: Sun Jul 05, 2020 11:08 pm
Location: Houston
Contact:

Re: module 'openseespy.opensees' has no attribute 'testNorm'

Post by lucasP » Sun Jul 05, 2020 11:11 pm

Thanks for the information!

YanYang
Posts: 13
Joined: Tue Jun 02, 2020 7:09 pm

Re: module 'openseespy.opensees' has no attribute 'testNorm'

Post by YanYang » Sat Jul 11, 2020 10:11 am

mhscott wrote:
Tue Jun 09, 2020 7:11 am
Issue resolved here:

https://github.com/zhuminjie/OpenSeesPyDoc/issues/188
Thank you, professor

Post Reply