Skip to content

Commit 9ef176a

Browse files
authored
Update containers.py
1 parent aa54e9e commit 9ef176a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/ansys/fluent/visualization/containers.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -382,12 +382,12 @@ def __init__(
382382
self.__dict__["_obj"] = Graphics(session=self.solver).Vectors.create(
383383
**self.kwargs
384384
)
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-
)
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+
# )
391391

392392
@staticmethod
393393
def _get_mapped_attrs(attr):

0 commit comments

Comments
 (0)