From 25ffa1a6c334494837c5ede9e5314f89a7c2dee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dieter=20Werthm=C3=BCller?= Date: Sun, 30 Jun 2024 15:11:18 +0200 Subject: [PATCH] debugging why pygimli test is not run --- .github/workflows/linux.yml | 2 +- tests/test_pygimli.py | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 481dce33..78f071fd 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -119,7 +119,7 @@ jobs: shell: bash -l {0} run: | python -m pip install . - pytest --cov=emg3d + pytest --cov=emg3d -svv - name: Coveralls # [pin @develop@20230609] diff --git a/tests/test_pygimli.py b/tests/test_pygimli.py index f39359ee..49bedeeb 100644 --- a/tests/test_pygimli.py +++ b/tests/test_pygimli.py @@ -23,6 +23,13 @@ pygimli = None +print() +print() +print(80*'€') +print(f"xarray: {xarray}; discretize: {discretize}; pygimli: {pygimli}") +print(80*'£') +print() + LOGGER = logging.getLogger(__name__)