We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ac735 commit 27e288dCopy full SHA for 27e288d
.github/workflows/ci.yml
@@ -353,8 +353,7 @@ jobs:
353
docker run -it --rm -v `pwd`:/dpf -p 50054:50054 ghcr.io/pyansys/dpf-core/dpf:v2021.1
354
355
- name: Unit Testing
356
- run: |
357
- xvfb-run pytest -v --durations=10 --cov=ansys.mapdl.core --cov-report=xml --cov-report=html
+ xvfb-run pytest -v --durations=0 --cov=ansys.mapdl.core --cov-report=xml --cov-report=html
358
359
- uses: codecov/codecov-action@v3
360
if: matrix.mapdl-version == 'v21.2.1'
tests/test_dpf.py
@@ -1,4 +1,4 @@
1
-"""Test the DPF implementation"""
+# Test the DPF implementation
2
from ansys.dpf import core as dpf_core
3
4
0 commit comments