Skip to content

Commit

Permalink
Remove doctest +SKIP
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Aug 19, 2022
1 parent d5c1071 commit 0534ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansys/dpf/post/result_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def plot_contour(
>>> solution = post.load_solution(examples.download_all_kinds_of_complexity())
>>> stress = solution.stress(location=post.locations.nodal)
>>> sx = stress.xx
>>> pl = sx.plot_contour("time", [1], off_screen=True) # doctest: +SKIP
>>> pl = sx.plot_contour("time", [1], off_screen=True)
The labels can be obtained using:
Expand Down

0 comments on commit 0534ef7

Please sign in to comment.