-
Notifications
You must be signed in to change notification settings - Fork 23
Test: update tests due to change in result order in result info for MAPDL #2713
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 12 commits
77b2b66
f5d906c
5ecef87
72bd4ed
d99036d
691ca63
75447b0
1dff3b7
0d7a466
3754263
455fd5b
8ea75de
3e67f29
0a8efc5
54cb100
b5f3ce2
6e845a4
ea12027
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -125,7 +125,7 @@ class AvailableResult: | |
| >>> transient = examples.download_transient_result() | ||
| >>> model = dpf.Model(transient) | ||
| >>> result_info = model.metadata.result_info | ||
| >>> res = result_info.available_results[0] | ||
| >>> res = result_info.available_results[1] | ||
|
||
| >>> res.name | ||
| 'displacement' | ||
| >>> res.homogeneity | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.