From 58fc001d9475fccffa5d723602715c1a02a02602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Roos?= Date: Wed, 16 Oct 2024 10:21:14 +0200 Subject: [PATCH] run style checks --- examples/001_failure_operator_example.py | 2 +- examples/002_sampling_point_example.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/001_failure_operator_example.py b/examples/001_failure_operator_example.py index b9063c1fb..02dbca88c 100644 --- a/examples/001_failure_operator_example.py +++ b/examples/001_failure_operator_example.py @@ -40,7 +40,7 @@ or select a list of materials or plies. .. note:: - + When using a Workbench project, use the :func:`.get_composite_files_from_workbench_result_folder` method to obtain the input files. diff --git a/examples/002_sampling_point_example.py b/examples/002_sampling_point_example.py index 95a95e1ea..d728e7b0d 100644 --- a/examples/002_sampling_point_example.py +++ b/examples/002_sampling_point_example.py @@ -37,7 +37,7 @@ Sampling Point to a certain element and to visualize the laminate. .. note:: - + When using a Workbench project, use the :func:`.get_composite_files_from_workbench_result_folder` method to obtain the input files.