.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "auto_examples/plot_installation_check.py" .. LINE NUMBERS ARE GIVEN BELOW. .. only:: html .. note:: :class: sphx-glr-download-link-note :ref:`Go to the end ` to download the full example code. .. rst-class:: sphx-glr-example-title .. _sphx_glr_auto_examples_plot_installation_check.py: Micromechanics installation =========================== This example runs the quick check from the installation instructions using the default indentation data bundled with micromechanics. .. GENERATED FROM PYTHON SOURCE LINES 8-11 .. code-block:: Python from micromechanics.indentation import Indentation .. GENERATED FROM PYTHON SOURCE LINES 12-15 Calling ``Indentation()`` without a file name loads the small example data set bundled with the package. This is the quickest check that imports, data files, and plotting are all available in the current environment. .. GENERATED FROM PYTHON SOURCE LINES 15-18 .. code-block:: Python indentation = Indentation() indentation.plotAll() .. image-sg:: /auto_examples/images/sphx_glr_plot_installation_check_001.png :alt: plot installation check :srcset: /auto_examples/images/sphx_glr_plot_installation_check_001.png :class: sphx-glr-single-img .. rst-class:: sphx-glr-script-out .. code-block:: none *WARNING*: Poisson Ratio different than in file. 0.3 0.18 Open Agilent file: /home/runner/work/micromechanics/micromechanics/micromechanics/indentation/data/Example.xls .. rst-class:: sphx-glr-timing **Total running time of the script:** (0 minutes 1.227 seconds) .. _sphx_glr_download_auto_examples_plot_installation_check.py: .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-example .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download Jupyter notebook: plot_installation_check.ipynb ` .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: plot_installation_check.py ` .. container:: sphx-glr-download sphx-glr-download-zip :download:`Download zipped: plot_installation_check.zip ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_