We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa54e9e commit 9ef176aCopy full SHA for 9ef176a
src/ansys/fluent/visualization/containers.py
@@ -382,12 +382,12 @@ def __init__(
382
self.__dict__["_obj"] = Graphics(session=self.solver).Vectors.create(
383
**self.kwargs
384
)
385
- if field not in self._obj.vectors_of.allowed_values:
386
- warnings.warn(
387
- "Please use a 'field' from the allowed values. "
388
- "Currently defaulting it to 'velocity'. "
389
- "Please use the new signature now onwards."
390
- )
+ # if field not in self._obj.vectors_of.allowed_values:
+ # warnings.warn(
+ # "Please use a 'field' from the allowed values. "
+ # "Currently defaulting it to 'velocity'. "
+ # "Please use the new signature now onwards."
+ # )
391
392
@staticmethod
393
def _get_mapped_attrs(attr):
0 commit comments