Read Latest Documentation - Browse GitHub Code Repository
stat_tool Basic Statistical tools used by different Structure Analysis libraries.
Thanks to all that ontribute making this package what it is !
-
Compile and install with
pip install -e .
after activation of the conda environment depicted in the online documentation.
-
Comilation options for developers such are WITH_TEST, WITH_EFENCE are defined in pyproject.toml. They can be used with
pip install --no-build-isolation --config-settings=cmake.define.WITH_TEST=TRUE -e . pip install --no-build-isolation --config-settings=cmake.build-type="Debug" -e .
and also combined:
pip install --no-build-isolation --config-settings=cmake.define.WITH_TEST=TRUE --config-settings=cmake.define.WITH_EFENCE=TRUE --config-settings=cmake.build-type="Debug" -e .