🔍 Before submitting the issue
🐞 Description of the bug
ZoneError doesn't take a domain_name, it only takes zone_name parameter
|
def valid_name(self, domain_name): |
|
"""Get a valid domain name. |
|
|
|
Raises |
|
------ |
|
ZoneError |
|
If the given domain name is invalid. |
|
""" |
|
if not self.is_valid(domain_name): |
|
raise ZoneError( |
|
domain_name=domain_name, |
|
allowed_values=self(), |
|
) |
|
return self._zones_info.domain_id(domain_name) |
📝 Steps to reproduce
...
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
27.1
🐍 Which Python version are you using?
3.13
📦 Installed packages
🔍 Before submitting the issue
🐞 Description of the bug
ZoneError doesn't take a domain_name, it only takes zone_name parameter
pyfluent/src/ansys/fluent/core/services/solution_variables.py
Lines 420 to 433 in d5af341
📝 Steps to reproduce
...
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
27.1
🐍 Which Python version are you using?
3.13
📦 Installed packages