Skip to content

openalea/stat_tool

Repository files navigation

stat_tool


Docs Build Status License Anaconda-Server Badge


Read Latest Documentation - Browse GitHub Code Repository


stat_tool Basic Statistical tools used by different Structure Analysis libraries.

Contributors

Thanks to all that ontribute making this package what it is !

Note for developers

  • 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 .

About

Basic Statistical tools used by different Structure Analysis libraries.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 12