tum-ens / urbs

A linear optimisation model for distributed energy systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NaturalNameWarning: Site in site out

maledo opened this issue · comments

Due to the strings Site in and Site out in the transmission sheet of the input excel, package table throws a NaturalNameWarning while writing the solution:

NaturalNameWarning: object name is not a valid Python identifier: 'axis1_nameSite In'; it does not match the pattern ^[a-zA-Z_][a-zA-Z0-9_]*$; you will not be able to use natural naming to access this object; using getattr() will still work, though
check_attribute_name(name)

It does not affect the functionality, though.