Skip to main content

A library for the iterative ensemble smoother algorithm.

Project description

Iterative Ensemble Smoother

Code style: black

A library for the iterative ensemble smoother algorithm

building

Before building you will have to have a c compiler and python with pip installed. Depending on your environment you will have to instruct the conan package manager about which c compiler to use.

c++ --version # to get information about which c compiler is installed
              # on your system.
pip install conan

# The following sets the compiler settings
# assuming the output of `c++ --version` indicated
# that the installed c compiler was gcc version 11.2
# and writes it to the default profile.
conan profile update "settings.compiler=gcc" default
conan profile update "settings.compiler=11.2" default

To build iterative_ensemble_moother from source:

git clone https://github.com/equinor/iterative_ensemble_moother.git
cd iterative_ensemble_smoother
pip install .

build the documentation

apt install pandoc # Building the doc requires pandoc
pip install .[doc]
spinx-build -c docs/source/ -b html docs/source/ docs/build/html/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iterative_ensemble_smoother-0.0.2.tar.gz (34.0 kB view hashes)

Uploaded Source

Built Distributions

iterative_ensemble_smoother-0.0.2-cp310-cp310-win_amd64.whl (278.6 kB view hashes)

Uploaded CPython 3.10 Windows x86-64

iterative_ensemble_smoother-0.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (367.6 kB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

iterative_ensemble_smoother-0.0.2-cp310-cp310-macosx_10_15_x86_64.whl (332.9 kB view hashes)

Uploaded CPython 3.10 macOS 10.15+ x86-64

iterative_ensemble_smoother-0.0.2-cp39-cp39-win_amd64.whl (278.6 kB view hashes)

Uploaded CPython 3.9 Windows x86-64

iterative_ensemble_smoother-0.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (367.4 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

iterative_ensemble_smoother-0.0.2-cp39-cp39-macosx_10_15_x86_64.whl (333.0 kB view hashes)

Uploaded CPython 3.9 macOS 10.15+ x86-64

iterative_ensemble_smoother-0.0.2-cp38-cp38-win_amd64.whl (278.7 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

iterative_ensemble_smoother-0.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (367.4 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

iterative_ensemble_smoother-0.0.2-cp38-cp38-macosx_10_15_x86_64.whl (332.9 kB view hashes)

Uploaded CPython 3.8 macOS 10.15+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page