Skip to content

Equation 7 - Getting Error Message #4

@gpitel

Description

@gpitel

Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 656, in respond
response.body = self.handler()
File "/usr/local/lib/python2.7/dist-packages/cherrypy/lib/encoding.py", line 188, in call
self.body = self.oldhandler(_args, *_kwargs)
File "/usr/local/lib/python2.7/dist-packages/cherrypy/_cpdispatch.py", line 34, in call
return self.callable(_self.args, *_self.kwargs)
File "server.py", line 190, in services
result = funcHandle(*funcArgs)
File "/var/web_server/apps/CloudMath/controller/Control.py", line 365, in variable_change_value
equation.constraint_check(solution, desig, float(value), MATHRENDER)
File "/var/web_server/apps/CloudMath/model/MathHertz.py", line 217, in constraint_check
_, _, singleVarDesigMap, vistedEquations = variable_create_map(self)
File "/var/web_server/apps/CloudMath/model/MathHertz.py", line 77, in variable_create_map
if not(variableTemp.equation in equations):
AttributeError: 'Variable' object has no attribute 'equation'

Steps to Repeat

Change Rho1 to 0.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions