diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 3f0536beb..8406950fc 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -43,6 +43,13 @@ jobs: - name: pip installs run: pip install -e .[test] + - name: setup matplotlib + if: startsWith(runner.os, 'Windows') + run: | + if not exist %userprofile%\.matplotlib\ ( mkdir %userprofile%\.matplotlib\ ) + echo "backend: Agg" > %userprofile%\.matplotlib\matplotlibrc + shell: cmd + - name: run pytest run: | pytest -n 2 --runslow tests/ diff --git a/doc/conf.py b/doc/conf.py index 1245fbb96..178239d42 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -34,6 +34,7 @@ import weldx except Exception as ex: raise + import weldx.visualization # load visualization from weldx.asdf.constants import WELDX_TAG_BASE diff --git a/doc/index.rst b/doc/index.rst index 11b65bb51..3ffa8164f 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -1,6 +1,14 @@ +============================================================ WelDX - data and quality standards for welding research data ============================================================ +.. meta:: + :description lang=en: Scientific data format and Python API for welding research data. Setup your experiment and capture data in a single file. + :keywords: welding, weld, data format, archive, scientific data, experiment, visualization, GMAW, quality standard, objectivity, comparability, reproducibility, measurement chain + +.. meta:: + :google-site-verification: YvWuHWCE9tERkKT7KQejAwHM2cJVSfDewd5IzGZxDsU + Introduction ############ Scientific welding data covers a wide range of physical domains and timescales and are measured using various different sensors. @@ -12,6 +20,7 @@ The proposed file format will be developed with regards to current needs of the By using the file format objectivity, comparability and reproducibility across different experimental setups can be improved. The project is under active development by the `Welding Technology `_ division at Bundesanstalt für Materialforschung und -prüfung (BAM). +Visit the projects site at `BAM `_. Python API ########## @@ -48,7 +57,6 @@ Funding ####### This research is funded by the Federal Ministry of Education and Research of Germany under project number 16QK12. - .. toctree:: :hidden: :maxdepth: 1