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.
2 parents 28f7f57 + 0a2b8ce commit 3538aefCopy full SHA for 3538aef
ansys/dpf/core/model.py
@@ -155,6 +155,8 @@ def results(self):
155
if misc.DYNAMIC_RESULTS:
156
try:
157
self._results = Results(self)
158
+ if len(self._results) == 0:
159
+ self._results = CommonResults(self)
160
except Exception as e:
161
self._results = CommonResults(self)
162
LOG.debug(str(e))
0 commit comments