scisample is a Python 3 package that implements a number of parameter
sampling methods for scientific computing. Specifications for sampling
are written in the YAML markup language.
cdinto the top level scisample directorypython3 -m venv venv_scisamplesource venv_sci_sample/bin/activatepip install --upgrade pippip install -r requirements.txtpip install -e .
cd docsinto the top level scisample directorymake <documentation type>, where includes 'html', 'latexpdf', 'text', etc.
cdinto the top level scisample directorypytest testspytest --cov=scisample --cov-report=html tests/
scisample is an open source project. Questions, discussion, and
contributions are welcome. Contributions can be anything from new
packages to bugfixes, documentation, or even new core features.
Contributing to scisample is relatively easy. Just send us a pull
request. When you send your request, make develop the destination
branch on the scisample repository.
Your PR must pass scisamples's unit tests and documentation tests, and
must pass most flake8 and pylint tests. We enforce these guidelines
with our CI process. Please see CONTRIBUTING.md for
more information.
Please note that scisample has a Code of Conduct. By
participating in the scisample community, you agree to abide by its rules.
Current authors of scisample include Brian Daub, Chris Krenn, Cody Raskin, &
Jessica Semler.
scisample is distributed under the the MIT license.
All new contributions must be made under the MIT license.
Please see LICENSE and NOTICE for details.
SPDX-License-Identifier: MIT
LLNL-CODE-815909