Skip to content

Commit

Permalink
Merge branch 'mac-timeout-fixes' into 'master'
Browse files Browse the repository at this point in the history
[T] Maybe fix mac timeouts.

See merge request ogs/ogs!5117
  • Loading branch information
bilke committed Sep 24, 2024
2 parents 86bdefa + 85a7e66 commit c47f7b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,6 @@
"import pyvista as pv\n",
"\n",
"pv.set_plot_theme(\"document\")\n",
"if \"PYVISTA_HEADLESS\" in os.environ:\n",
" pv.start_xvfb()\n",
"pv.set_jupyter_backend(\"static\")\n",
"\n",
"\n",
Expand Down Expand Up @@ -716,20 +714,6 @@
"## Hydraulic Fracturing Animation (Using Phase Field Approach)"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {
"lines_to_next_cell": 2
},
"outputs": [],
"source": [
"import pyvista as pv\n",
"\n",
"pv.set_plot_theme(\"document\")\n",
"pv.set_jupyter_backend(\"static\")"
]
},
{
"cell_type": "code",
"execution_count": 5,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,6 @@
"import pyvista as pv\n",
"\n",
"pv.set_plot_theme(\"document\")\n",
"if \"PYVISTA_HEADLESS\" in os.environ:\n",
" pv.start_xvfb()\n",
"pv.set_jupyter_backend(\"static\")\n",
"\n",
"\n",
Expand Down

0 comments on commit c47f7b3

Please sign in to comment.