Skip to content

decompose_variable_value cannot decompose m2 #609

Closed
@boyang2022

Description

@boyang2022

trying to decompose "m2" (meter square)

from pyaedt.application.Variables import decompose_variable_value
values = ["3.123456m2"]
for value in values:
    print("*"*50)
    print("pyaedt:", decompose_variable_value(value))

output
pyaedt ('3.123456m2', 'm')

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions