Skip to content

Commit

Permalink
debugging why pygimli test is not run
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Jun 30, 2024
1 parent 9698be6 commit 25ffa1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
7 changes: 7 additions & 0 deletions tests/test_pygimli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)


Expand Down

0 comments on commit 25ffa1a

Please sign in to comment.