From 5c50e20d27942f9c6d6ccc0674ae1d329b9e7478 Mon Sep 17 00:00:00 2001
From: Matthias Cuntz Contents
-
-
-
diff --git a/docs/html/index.html b/docs/html/index.html
index 49b6c74..3a68b26 100644
--- a/docs/html/index.html
+++ b/docs/html/index.html
@@ -413,7 +413,7 @@ About pyeee10.1002/2015WR016907.
pyeee
can be used with Python functions but also with external
-programs, using for example the library partialwrap
. Function
+programs, using for example the library partialwrap
. Function
evaluation can be distributed with Python’s multiprocessing
module or via the Message Passing Interface (MPI) mpi4py
.
Morris’ Elementary Effects can then be calculated using, for example,
-the Python library pyjams
, giving the Elementary Effects
+the Python library pyjams
, giving the Elementary Effects
(\(\mu*\)):
from pyjams import ee
@@ -475,13 +475,13 @@ Python function with extra parametersdef ishigami(x, a, b):
return np.sin(x[0]) + a * np.sin(x[1])**2 + b * x[2]**4 * np.sin(x[0])
-def call_func_ab(func, a, b, x):
+def call_ishigami(func, a, b, x):
return func(x, a, b)
# Partialise function with fixed parameters
a = 0.5
b = 2.0
-func = partial(call_func_ab, ishigami, a, b)
+func = partial(call_ishigami, ishigami, a, b)
npars = 3
# lower boundaries
@@ -494,16 +494,16 @@ Python function with extra parameterspartial()
passes a and
-b to the function call_func_ab already during definition so that
+b to the function call_ishigami already during definition so that
eee
can then simply call it as func(x), where x is passed to
-call_func_ab then as well.
+call_ishigami then as well.
Function wrappers#
-We recommend to use our package partialwrap
for external
+
We recommend to use our package partialwrap
for external
executables, which allows easy use of external programs and also their
parallel execution. See the User Guide for
-details. A trivial example is the use of partialwrap
for the
+details. A trivial example is the use of partialwrap
for the
above function wrapping:
from partialwrap import function_wrapper
@@ -529,7 +529,7 @@ Requirementsnumpy
-
+
diff --git a/docs/html/searchindex.js b/docs/html/searchindex.js
index 091811e..33a2e57 100644
--- a/docs/html/searchindex.js
+++ b/docs/html/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["authors", "changelog", "contents", "eee", "index", "package", "userguide"], "filenames": ["authors.rst", "changelog.rst", "contents.rst", "eee.rst", "index.rst", "package.rst", "userguide.rst"], "titles": ["Authors", "Changelog", "Contents", "pyeee.eee", "Quickstart", "pyeee API", "User Guide"], "terms": {"creat": 0, "octob": 0, "2019": [0, 4, 5], "matthia": [0, 3, 4, 5], "cuntz": [0, 3, 4, 5, 6], "It": [0, 4, 6], "i": [0, 1, 3, 4, 5, 6], "distribut": [0, 1, 2, 3, 4, 5], "under": [0, 3, 4], "mit": [0, 3, 4, 5], "licens": [0, 2, 3, 5], "see": [0, 1, 2, 3, 4, 5, 6], "file": [0, 1, 3, 4, 5, 6], "copyright": [0, 3, 4, 5], "c": [0, 3, 4, 6], "2024": [0, 1, 4, 5], "julian": [0, 4, 5], "mai": [0, 3, 4, 5, 6], "contributor": 0, "e": [0, 1, 3, 6], "mail": 0, "mc": [0, 3, 5], "macu": [0, 3, 5], "dot": [0, 1, 3, 5], "de": [0, 3, 5], "all": [1, 3, 5, 6], "notabl": 1, "chang": [1, 6], "after": [1, 6], "its": [1, 6], "initi": [1, 5, 6], "develop": [1, 6], "up": [1, 6], "januari": 1, "2020": [1, 3, 5], "v0": [1, 5], "2": [1, 3, 4, 5, 6], "ar": [1, 3, 6], "document": [1, 5], "thi": [1, 3, 6], "v4": [1, 5], "0": [1, 3, 4, 5, 6], "move": 1, "markdown": 1, "restructuredtext": 1, "sphinxbook": 1, "github": 1, "page": 1, "action": 1, "new": 1, "pip": [1, 4], "structur": [1, 4, 5], "us": [1, 3, 4, 5, 6], "pyproject": 1, "toml": 1, "v3": [1, 5], "oct": [1, 3, 5], "2021": [1, 3, 5], "pyjam": [1, 3, 4, 5, 6], "packag": [1, 3, 4, 5, 6], "remov": [1, 5, 6], "modul": [1, 3, 4, 5, 6], "function": [1, 2, 3, 5], "test": [1, 5], "doc": 1, "routin": 1, "now": 1, "from": [1, 2, 3, 4, 5], "travi": 1, "ci": 1, "org": [1, 6], "com": 1, "v2": [1, 5], "1": [1, 3, 4, 5, 6], "sep": [1, 5], "includ": [1, 3, 5, 6], "subpackag": [1, 2], "const": [1, 5], "automat": [1, 3], "build": 1, "pure": 1, "python": [1, 2, 3], "wheel": 1, "without": [1, 6], "cibuildwheel": 1, "jun": [1, 5], "partialwrap": [1, 3, 4, 5, 6], "docstr": [1, 3, 6], "util": [1, 5], "directori": [1, 5, 6], "tee": 1, "py": [1, 5, 6], "directli": 1, "pyeee": [1, 2, 6], "sync": 1, "jam": [1, 5, 6], "generalis": 1, "setup": [1, 5], "onli": [1, 3, 5, 6], "linux": 1, "travisci": [1, 5], "becaus": [1, 6], "were": [1, 6], "done": [1, 6], "v1": [1, 5], "apr": [1, 5], "sampl": [1, 2, 3, 5], "uniform": [1, 2, 3, 4, 5], "allow": [1, 3, 4, 5, 6], "scipi": [1, 3, 4, 5, 6], "stat": [1, 3, 5, 6], "morris_sampl": 1, "screen": [1, 2, 3, 4, 5], "eee": [1, 2, 4, 5, 6], "feb": [1, 3, 5], "make": [1, 3, 6], "number": [1, 3, 5, 6], "final": [1, 5, 6], "trajectori": [1, 3, 5, 6], "an": [1, 3, 6], "argument": [1, 2, 3, 5], "instead": [1, 5], "keyword": [1, 3, 5, 6], "ee": [1, 3, 4, 6], "default": [1, 3, 6], "10": [1, 3, 4, 6], "morri": [1, 3, 4, 5, 6], "method": [1, 3, 4, 5, 6], "restructur": [1, 5], "9": [1, 5], "ad": [1, 3, 5, 6], "mention": 1, "templat": [1, 4], "sebastian": [1, 4], "mueller": 1, "readm": 1, "md": 1, "renam": [1, 3, 5], "morris_method": [1, 5], "adjust": 1, "name": [1, 3, 5, 6], "elementary_effect": 1, "consist": [1, 3], "rest": 1, "8": [1, 5, 6], "split": [1, 5], "individu": [1, 5, 6], "one": [1, 3, 6], "per": [1, 5, 6], "valueerror": 1, "typeerror": 1, "given": [1, 3, 6], "ex": [1, 5, 6], "wrapper": [1, 2, 3, 5], "inputerror": 1, "doe": [1, 6], "exist": 1, "assertrais": 1, "check": [1, 3, 6], "error": [1, 5, 6], "handl": [1, 3, 5], "plot": [1, 3], "diagnost": 1, "figur": [1, 4], "png": [1, 6], "matplotlib": [1, 6], "instal": [1, 2, 6], "coverag": 1, "maximum": [1, 6], "except": [1, 6], "7": [1, 4, 5, 6], "systemat": [1, 5], "function_p": 1, "version": [1, 5], "logist": [1, 3], "deriv": 1, "keep": [1, 5], "format": [1, 4, 5, 6], "space": [1, 6], "sub_names_param": 1, "close": [1, 3, 6], "input": [1, 3], "befor": [1, 6], "rais": 1, "standard_parameter_reader_bounds_mask": [1, 6], "miss": [1, 6], "function_wrapp": [1, 3, 4, 6], "std_io": 1, "sa_test_funct": 1, "general_funct": 1, "6": [1, 3, 4, 5, 6], "did": [1, 6], "work": [1, 6], "put": 1, "pythonpath": 1, "shell": [1, 6], "script": [1, 6], "standard": [1, 6], "io": 1, "5": [1, 3, 4, 5, 6], "gener": [1, 3], "elementari": [1, 2, 3, 4, 5], "effect": [1, 2, 3, 4, 5], "sa": 1, "increas": 1, "ntstep": [1, 3], "nstep": [1, 3, 6], "logfil": [1, 3, 6], "string": [1, 3, 6], "rather": [1, 3, 6], "than": [1, 2], "independ": [1, 6], "replac": [1, 6], "kwarg": [1, 3, 4, 5, 6], "pop": 1, "mechan": [1, 6], "subsequ": [1, 6], "call": [1, 3, 4, 6], "4": [1, 3, 4, 5, 6], "jan": [1, 3, 5], "second": [1, 5, 6], "releas": [1, 3, 5], "onlin": 1, "simpli": [1, 4, 6], "trigger": [1, 5], "zenodo": [1, 5], "first": [1, 3, 5, 6], "numpi": [1, 3, 4, 5, 6], "matrix": 1, "arithmet": [1, 3, 6], "ndarrai": [1, 3, 4, 6], "deprec": [1, 5], "warn": [1, 5], "anymor": [1, 6], "3": [1, 3, 4, 5, 6], "sever": [1, 3, 4, 6], "process": [1, 2, 3], "seed": [1, 3, 4, 6], "distinguish": [1, 3, 4, 6], "iter": [1, 3], "array_lik": [1, 3], "paramet": [1, 2, 3, 5], "type": [1, 3], "verbos": [1, 3], "quick": [1, 2], "usag": [1, 2], "guid": [1, 2], "correct": 1, "descript": 1, "set": [1, 6], "statu": 1, "beta": 1, "pypi": [1, 5], "quickstart": 2, "about": [2, 6], "simpl": 2, "extra": 2, "requir": [2, 3], "index": 2, "tabl": 2, "user": [2, 4], "exclud": [2, 3], "calcul": [2, 4], "parallel": [2, 4], "model": [2, 3, 4, 5], "evalu": [2, 3, 4], "addit": 2, "other": [2, 3, 4], "effici": [2, 3, 4, 5], "sequenti": [2, 3, 4, 5], "extern": [2, 4], "comput": [2, 4, 5], "execut": [2, 3, 4], "further": 2, "api": 2, "purpos": 2, "changelog": 2, "author": [2, 5], "extens": [3, 4, 5, 6], "et": [3, 4, 5, 6], "al": [3, 4, 5, 6], "water": [3, 4, 5, 6], "re": [3, 4, 5], "research": [3, 4, 5, 6], "2015": [3, 4, 5, 6], "wa": [3, 6], "written": [3, 5, 6], "while": 3, "institut": 3, "nation": 3, "recherch": 3, "pour": 3, "l": 3, "agricultur": 3, "aliment": 3, "environn": 3, "inra": 3, "nanci": 3, "franc": 3, "2017": 3, "detail": [3, 4, 5], "The": [3, 4, 6], "follow": [3, 4, 6], "provid": [3, 4, 5, 6], "histori": [3, 5], "nov": 3, "weight": [3, 6], "option": [3, 6], "2018": 3, "plotfil": [3, 6], "made": 3, "sphinx": 3, "compat": 3, "x0": [3, 6], "thean": 3, "mar": 3, "flake8": 3, "func": [3, 4, 6], "arg": [3, 4, 5, 6], "sourc": 3, "note": [3, 6], "must": [3, 4, 6], "callabl": [3, 6], "x": [3, 4, 6], "lb": [3, 4, 6], "lower": [3, 4, 6], "bound": [3, 6], "fraction": 3, "percent": [3, 6], "point": [3, 6], "ppf": [3, 6], "Be": 3, "awar": 3, "most": [3, 6], "continu": [3, 6], "infinit": [3, 6], "ub": [3, 4, 6], "upper": [3, 4, 6], "valu": [3, 6], "mask": [3, 6], "true": [3, 4, 6], "fals": [3, 4, 6], "ntfirst": [3, 4, 6], "int": [3, 6], "step": [3, 6], "ntlast": [3, 6], "last": [3, 6], "interv": 3, "each": [3, 6], "dist": [3, 6], "list": [3, 6], "none": [3, 6], "object": [3, 6], "factor": 3, "have": [3, 5, 6], "invers": [3, 6], "cdf": [3, 6], "If": [3, 6], "loc": [3, 6], "scale": [3, 6], "distparam": [3, 6], "mean": [3, 6], "b": [3, 4, 6], "correspond": [3, 6], "tupl": [3, 6], "locat": 3, "least": 3, "implement": [3, 6], "shape": [3, 6], "gamma": [3, 6], "henc": [3, 6], "g": [3, 6], "ignor": 3, "like": [3, 6], "boolean": 3, "mu": [3, 4, 6], "ha": [3, 6], "multipl": 3, "output": [3, 6], "time": [3, 4, 6], "seri": [3, 6], "return": [3, 4, 6], "sd": 3, "": [3, 4, 6], "random": [3, 4, 6], "optin": 3, "constraint": 3, "pool": [3, 6], "schwimmbad": [3, 4, 6], "map": 3, "which": [3, 4, 6], "serial": [3, 6], "multiprocessor": 3, "mpi": [3, 4, 6], "chosen": 3, "choose_pool": [3, 6], "can": [3, 4, 6], "open": [3, 6], "onc": 3, "you": [3, 6], "want": [3, 6], "program": [3, 4, 6], "choos": [3, 6], "pass": [3, 4, 6], "later": 3, "print": [3, 4, 6], "progress": 3, "report": 3, "dure": [3, 4, 6], "possibl": [3, 6], "log": [3, 6], "fit": [3, 6], "produc": [3, 6], "len": [3, 6], "inform": [3, 4, 6], "uninform": [3, 4], "exampl": [3, 4, 6], "functool": [3, 4, 6], "import": [3, 4, 6], "partial": [3, 4, 6], "np": [3, 4, 6], "1234": 3, "npar": [3, 4, 6], "param": [3, 6], "78": 3, "12": 3, "97": 3, "33": 3, "obj": [3, 6], "zero": 3, "ones": [3, 4, 6], "out": [3, 4, 6], "where": [3, 4, 6], "librari": [4, 6], "perform": [4, 6], "so": [4, 6], "publish": [4, 6], "computation": [4, 6], "inexpens": [4, 6], "identif": [4, 6], "noninform": [4, 6], "resourc": [4, 6], "51": [4, 6], "6417": [4, 6], "6441": [4, 6], "doi": [4, 6], "1002": [4, 6], "2015wr016907": [4, 6], "also": [4, 6], "multiprocess": [4, 6], "via": [4, 6], "messag": [4, 6], "interfac": [4, 6], "mpi4pi": [4, 6], "consid": [4, 6], "ishigami": [4, 6], "homma": [4, 6], "y": [4, 6], "sin": [4, 6], "x_0": [4, 6], "x_1": [4, 6], "x_2": [4, 6], "take": [4, 5, 6], "give": [4, 6], "def": [4, 6], "ishigami1": [4, 6], "three": [4, 6], "paramt": 4, "between": [4, 6], "pi": [4, 6], "boundari": [4, 6], "1023": [4, 6], "reproduc": [4, 6], "1f": [4, 6], "173": 4, "61": 4, "logic": 4, "form": [4, 6], "For": [4, 6], "call_func_ab": [4, 6], "partialis": [4, 6], "fix": [4, 5, 6], "speak": 4, "alreadi": [4, 6], "definit": [4, 6], "well": [4, 6], "we": [4, 6], "recommend": [4, 6], "our": 4, "easi": 4, "A": [4, 6], "trivial": 4, "abov": [4, 6], "wrap": 4, "func_wrapp": 4, "easiest": 4, "wai": 4, "project": 4, "base": 4, "m\u00fcller": 4, "rst": 5, "commit": 5, "clean": [5, 6], "minor": 5, "todo": 5, "bug": 5, "logistic_p": 5, "substitut": 5, "small": [5, 6], "adapt": 5, "common": [5, 6], "o": [5, 6], "modernis": 5, "code": [5, 6], "numer": 6, "respect": 6, "ani": 6, "One": 6, "mcuntz": 6, "jams_python": 6, "hesseflux": 6, "synchronis": 6, "irregularli": 6, "20": 6, "absolut": 6, "over": 6, "nt": 6, "deviat": 6, "sigma": 6, "sensititv": 6, "measur": 6, "http": 6, "en": 6, "wikipedia": 6, "wiki": 6, "elementary_effects_method": 6, "saltelli": 6, "2007": 6, "global": 6, "sensit": 6, "analysi": 6, "primer": 6, "john": 6, "wilei": 6, "son": 6, "ltd": 6, "chichest": 6, "uk": 6, "isbn": 6, "978": 6, "0470": 6, "059": 6, "975": 6, "9780470725184": 6, "212": 6, "102": 6, "mandatori": 6, "relev": 6, "along": 6, "ntotal": 6, "total": 6, "differ": 6, "max": 6, "ident": 6, "offer": 6, "some": 6, "thei": 6, "init": 6, "taken": 6, "could": 6, "size": 6, "even": 6, "element": 6, "dtype": 6, "bool": 6, "1024": 6, "100": 6, "114": 6, "26": 6, "nproc": 6, "parallelis": 6, "enabl": 6, "switch": 6, "easili": 6, "local": 6, "deploy": 6, "cluster": 6, "supercomput": 6, "joblib": 6, "eeetest": 6, "get": 6, "sy": 6, "argv": 6, "els": 6, "depend": 6, "try": 6, "comm": 6, "comm_world": 6, "csize": 6, "get_siz": 6, "crank": 6, "get_rank": 6, "importerror": 6, "ipool": 6, "run": 6, "mpiexec": 6, "n": 6, "latter": 6, "need": 6, "variabl": 6, "start": 6, "when": 6, "finish": 6, "dict": 6, "To": 6, "function_mask_wrapp": 6, "Then": 6, "remain": 6, "non": 6, "rememb": 6, "through": 6, "assum": 6, "uniformli": 6, "p": 6, "might": 6, "been": 6, "determin": 6, "repeat": 6, "experi": 6, "overlin": 6, "epsilon_p": 6, "actual": 6, "would": 6, "thu": 6, "normal": 6, "cumul": 6, "limit": 6, "sai": 6, "gaussian": 6, "around": 6, "81": 6, "plu": 6, "minu": 6, "99": 6, "0015": 6, "003": 6, "9985": 6, "norm": 6, "show": 6, "almost": 6, "Their": 6, "NOT": 6, "combin": 6, "origin": 6, "full": 6, "preliminari": 6, "fewer": 6, "optimis": 6, "larg": 6, "expens": 6, "area": 6, "certain": 6, "becom": 6, "typic": 6, "literatur": 6, "order": 6, "ten": 6, "hundr": 6, "500": 6, "5000": 6, "50": 6, "insensit": 6, "idea": 6, "know": 6, "probabl": 6, "influenti": 6, "anoth": 6, "discard": 6, "found": 6, "less": 6, "algorithm": 6, "end": 6, "yield": 6, "assur": 6, "littl": 6, "minim": 6, "part": 6, "due": 6, "veri": 6, "similar": 6, "unc": 6, "1025": 6, "being": 6, "logical_and": 6, "incom": 6, "dimens": 6, "updat": 6, "either": 6, "appropri": 6, "singl": 6, "equal": 6, "river": 6, "runoff": 6, "high": 6, "flow": 6, "flood": 6, "low": 6, "drought": 6, "both": 6, "circumst": 6, "flux": 6, "atmospher": 6, "evapotranspir": 6, "more": 6, "strongli": 6, "influenc": 6, "larger": 6, "period": 6, "exchang": 6, "interest": 6, "argu": 6, "equival": 6, "variat": 6, "varianc": 6, "same": 6, "again": 6, "section": 6, "pretti": 6, "much": 6, "repetit": 6, "notion": 6, "better": 6, "explain": 6, "write": 6, "read": 6, "result": 6, "parameterwrit": 6, "parameterfil": 6, "err": 6, "subprocess": 6, "check_output": 6, "outputread": 6, "outputfil": 6, "That": 6, "simplic": 6, "ishiex": 6, "txt": 6, "standard_parameter_read": 6, "pfile": 6, "calc": 6, "ofil": 6, "w": 6, "ff": 6, "command": 6, "line": 6, "exe_wrapp": 6, "standard_parameter_writ": 6, "standard_output_read": 6, "ishi": 6, "conveni": 6, "header": 6, "empti": 6, "dictionari": 6, "below": 6, "imagin": 6, "compil": 6, "fortran": 6, "alik": 6, "exe_mask_wrapp": 6, "alwai": 6, "python3": 6, "str": 6, "kei": 6, "debug": 6, "check_cal": 6, "precis": 6, "stdout": 6, "especi": 6, "occur": 6, "parg": 6, "pkwarg": 6, "them": 6, "five": 6, "identifi": 6, "current": 6, "minimum": 6, "min": 6, "1415": 6, "case": 6, "Or": 6, "exclus": 6, "namelist": 6, "search": 6, "left": 6, "hand": 6, "side": 6, "sign": 6, "right": 6, "look": 6, "x1": 6, "x2": 6, "sub_params_nam": 6, "sub_params_names_ignorecas": 6, "pname": 6, "pid": 6, "next": 6, "wrong": 6, "state": 6, "oarg": 6, "okwarg": 6, "And": 6, "achiev": 6, "ressourc": 6, "permit": 6, "person": 6, "core": 6, "nowadai": 6, "overwrit": 6, "concaten": 6, "integ": 6, "add": 6, "randst": 6, "randint": 6, "filenam": 6, "herself": 6, "ishiexe1": 6, "cannot": 6, "your": 6, "bash": 6, "launch": 6, "separ": 6, "bin": 6, "sh": 6, "mkdir": 6, "tmp": 6, "cp": 6, "mv": 6, "cd": 6, "avail": 6, "rm": 6, "r": 6, "window": 6, "folk": 6}, "objects": {"": [[5, 0, 0, "-", "pyeee"]], "pyeee": [[3, 0, 0, "-", "eee"]], "pyeee.eee": [[3, 1, 1, "", "eee"], [3, 1, 1, "", "see"]]}, "objtypes": {"0": "py:module", "1": "py:function"}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "function", "Python function"]}, "titleterms": {"author": 0, "changelog": 1, "content": 2, "pyeee": [3, 4, 5], "eee": 3, "quickstart": 4, "about": 4, "quick": 4, "usag": 4, "guid": [4, 6], "simpl": [4, 6], "python": [4, 6], "function": [4, 6], "extra": 4, "paramet": [4, 6], "wrapper": [4, 6], "instal": 4, "requir": 4, "licens": 4, "index": 4, "tabl": 4, "api": 5, "purpos": 5, "subpackag": 5, "user": 6, "elementari": 6, "effect": 6, "exclud": 6, "from": 6, "calcul": 6, "parallel": 6, "model": 6, "evalu": 6, "addit": 6, "sampl": 6, "other": 6, "distribut": 6, "than": 6, "uniform": 6, "effici": 6, "sequenti": 6, "extern": 6, "comput": 6, "execut": 6, "screen": 6, "argument": 6, "further": 6, "process": 6}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.viewcode": 1, "sphinx": 60}, "alltitles": {"Authors": [[0, "authors"]], "Changelog": [[1, "changelog"]], "Contents": [[2, "contents"]], "pyeee.eee": [[3, "module-pyeee.eee"]], "Quickstart": [[4, "quickstart"]], "About pyeee": [[4, "about-pyeee"]], "Quick usage guide": [[4, "quick-usage-guide"]], "Simple Python function": [[4, "simple-python-function"]], "Python function with extra parameters": [[4, "python-function-with-extra-parameters"]], "Function wrappers": [[4, "function-wrappers"]], "Installation": [[4, "installation"]], "Requirements": [[4, "requirements"]], "License": [[4, "license"]], "Index and Tables": [[4, "index-and-tables"]], "pyeee API": [[5, "module-pyeee"]], "Purpose": [[5, "purpose"]], "Subpackages": [[5, "subpackages"]], "User Guide": [[6, "user-guide"]], "Elementary Effects": [[6, "elementary-effects"]], "Simple Python functions": [[6, "simple-python-functions"]], "Exclude parameters from calculations": [[6, "exclude-parameters-from-calculations"]], "Parallel model evaluation": [[6, "parallel-model-evaluation"]], "Python functions with additional parameters": [[6, "python-functions-with-additional-parameters"]], "Sampling parameters with other distributions than the uniform distribution": [[6, "sampling-parameters-with-other-distributions-than-the-uniform-distribution"]], "Efficient/Sequential Elementary Effects": [[6, "efficient-sequential-elementary-effects"]], "External computer models": [[6, "external-computer-models"]], "Simple executables": [[6, "simple-executables"]], "Exclude parameters from screening": [[6, "exclude-parameters-from-screening"]], "Additional arguments for external executables": [[6, "additional-arguments-for-external-executables"]], "Further arguments of wrappers": [[6, "further-arguments-of-wrappers"]], "Parallel processing of external executables": [[6, "parallel-processing-of-external-executables"]]}, "indexentries": {"eee() (in module pyeee.eee)": [[3, "pyeee.eee.eee"]], "module": [[3, "module-pyeee.eee"], [5, "module-pyeee"]], "pyeee.eee": [[3, "module-pyeee.eee"]], "see() (in module pyeee.eee)": [[3, "pyeee.eee.see"]], "pyeee": [[5, "module-pyeee"]]}})
\ No newline at end of file
+Search.setIndex({"docnames": ["authors", "changelog", "contents", "eee", "index", "package", "userguide"], "filenames": ["authors.rst", "changelog.rst", "contents.rst", "eee.rst", "index.rst", "package.rst", "userguide.rst"], "titles": ["Authors", "Changelog", "Contents", "pyeee.eee", "Quickstart", "pyeee API", "User Guide"], "terms": {"creat": 0, "octob": 0, "2019": [0, 4, 5], "matthia": [0, 3, 4, 5], "cuntz": [0, 3, 4, 5, 6], "It": [0, 4, 6], "i": [0, 1, 3, 4, 5, 6], "distribut": [0, 1, 2, 3, 4, 5], "under": [0, 3, 4], "mit": [0, 3, 4, 5], "licens": [0, 2, 3, 5], "see": [0, 1, 2, 3, 4, 5, 6], "file": [0, 1, 3, 4, 5, 6], "copyright": [0, 3, 4, 5], "c": [0, 3, 4, 6], "2024": [0, 1, 4, 5], "julian": [0, 4, 5], "mai": [0, 3, 4, 5, 6], "contributor": 0, "e": [0, 1, 3, 6], "mail": 0, "mc": [0, 3, 5], "macu": [0, 3, 5], "dot": [0, 1, 3, 5], "de": [0, 3, 5], "all": [1, 3, 5, 6], "notabl": 1, "chang": [1, 6], "after": [1, 6], "its": [1, 6], "initi": [1, 2, 5], "develop": [1, 6], "up": [1, 6], "januari": 1, "2020": [1, 3, 5], "v0": [1, 5], "2": [1, 3, 4, 5, 6], "ar": [1, 3, 6], "document": [1, 5], "thi": [1, 3, 6], "v4": [1, 5], "0": [1, 3, 4, 5, 6], "move": 1, "markdown": 1, "restructuredtext": 1, "sphinxbook": 1, "github": 1, "page": 1, "action": [1, 6], "new": 1, "pip": [1, 4], "structur": [1, 4, 5], "us": [1, 2, 3, 4, 5], "pyproject": 1, "toml": 1, "v3": [1, 5], "oct": [1, 3, 5], "2021": [1, 3, 5], "pyjam": [1, 3, 4, 5, 6], "packag": [1, 3, 4, 5, 6], "remov": [1, 5], "modul": [1, 3, 4, 5, 6], "function": [1, 2, 3, 5], "test": [1, 5], "doc": 1, "routin": 1, "now": 1, "from": [1, 2, 3, 4, 5], "travi": 1, "ci": 1, "org": [1, 6], "com": 1, "v2": [1, 5], "1": [1, 3, 4, 5, 6], "sep": [1, 5], "includ": [1, 3, 5, 6], "subpackag": [1, 2], "const": [1, 5], "automat": [1, 3], "build": 1, "pure": 1, "python": [1, 2, 3], "wheel": 1, "without": [1, 6], "cibuildwheel": 1, "jun": [1, 5], "partialwrap": [1, 3, 4, 5, 6], "docstr": [1, 3], "util": [1, 5], "directori": [1, 5, 6], "tee": 1, "py": [1, 5, 6], "directli": 1, "pyeee": [1, 2, 6], "sync": 1, "jam": [1, 5], "generalis": 1, "setup": [1, 5], "onli": [1, 3, 5, 6], "linux": [1, 6], "travisci": [1, 5], "becaus": [1, 6], "were": [1, 6], "done": [1, 6], "v1": [1, 5], "apr": [1, 5], "sampl": [1, 2, 3, 5], "uniform": [1, 2, 3, 4, 5], "allow": [1, 3, 4, 5, 6], "scipi": [1, 3, 4, 5, 6], "stat": [1, 3, 5, 6], "morris_sampl": 1, "screen": [1, 2, 3, 4, 5], "eee": [1, 2, 4, 5, 6], "feb": [1, 3, 5], "make": [1, 3, 6], "number": [1, 3, 5, 6], "final": [1, 5, 6], "trajectori": [1, 3, 5, 6], "an": [1, 3, 6], "argument": [1, 3, 5, 6], "instead": [1, 5, 6], "keyword": [1, 3, 5, 6], "ee": [1, 3, 4, 6], "default": [1, 3], "10": [1, 3, 4, 6], "morri": [1, 3, 4, 5, 6], "method": [1, 3, 4, 5, 6], "restructur": [1, 5], "9": [1, 5], "ad": [1, 3, 5], "mention": 1, "templat": [1, 4], "sebastian": [1, 4], "mueller": 1, "readm": 1, "md": 1, "renam": [1, 3, 5, 6], "morris_method": [1, 5], "adjust": 1, "name": [1, 3, 5, 6], "elementary_effect": 1, "consist": [1, 3], "rest": 1, "8": [1, 5], "split": [1, 5], "individu": [1, 5, 6], "one": [1, 3, 6], "per": [1, 5, 6], "valueerror": 1, "typeerror": 1, "given": [1, 3, 6], "ex": [1, 5, 6], "wrapper": [1, 2, 3, 5, 6], "inputerror": 1, "doe": [1, 6], "exist": 1, "assertrais": 1, "check": [1, 2, 3], "error": [1, 5, 6], "handl": [1, 3, 5], "plot": [1, 3], "diagnost": 1, "figur": [1, 4, 6], "png": [1, 6], "matplotlib": [1, 6], "instal": [1, 2, 6], "coverag": 1, "maximum": 1, "except": [1, 6], "7": [1, 4, 5, 6], "systemat": [1, 5], "function_p": 1, "version": [1, 5, 6], "logist": [1, 3, 6], "deriv": 1, "keep": [1, 5], "format": [1, 4, 5, 6], "space": [1, 6], "sub_names_param": 1, "close": [1, 3, 6], "input": [1, 3], "befor": 1, "rais": 1, "standard_parameter_reader_bounds_mask": 1, "miss": [1, 6], "function_wrapp": [1, 3, 4], "std_io": 1, "sa_test_funct": 1, "general_funct": 1, "6": [1, 3, 4, 5, 6], "did": [1, 6], "work": [1, 6], "put": 1, "pythonpath": 1, "shell": 1, "script": [1, 2], "standard": [1, 6], "io": [1, 6], "5": [1, 3, 4, 5, 6], "gener": [1, 3], "elementari": [1, 2, 3, 4, 5], "effect": [1, 2, 3, 4, 5], "sa": 1, "increas": 1, "ntstep": [1, 3], "nstep": [1, 3], "logfil": [1, 3, 6], "string": [1, 3], "rather": [1, 3, 6], "than": [1, 2], "independ": [1, 6], "replac": 1, "kwarg": [1, 3, 4, 5], "pop": 1, "mechan": 1, "subsequ": [1, 6], "call": [1, 3, 4, 6], "4": [1, 3, 4, 5, 6], "jan": [1, 3, 5], "second": [1, 5, 6], "releas": [1, 3, 5], "onlin": 1, "simpli": [1, 4, 6], "trigger": [1, 5], "zenodo": [1, 5], "first": [1, 3, 5, 6], "numpi": [1, 3, 4, 5, 6], "matrix": 1, "arithmet": [1, 3, 6], "ndarrai": [1, 3, 4, 6], "deprec": [1, 5], "warn": [1, 5], "anymor": [1, 6], "3": [1, 3, 4, 5, 6], "sever": [1, 3, 4, 6], "process": [1, 3, 6], "seed": [1, 3, 4, 6], "distinguish": [1, 3, 4, 6], "iter": [1, 3], "array_lik": [1, 3], "paramet": [1, 2, 3, 5], "type": [1, 3], "verbos": [1, 3], "quick": [1, 2], "usag": [1, 2], "guid": [1, 2], "correct": 1, "descript": 1, "set": [1, 6], "statu": [1, 6], "beta": 1, "pypi": [1, 5], "quickstart": 2, "about": [2, 6], "simpl": [2, 6], "extra": 2, "requir": [2, 3], "index": 2, "tabl": 2, "user": [2, 4], "effici": [2, 3, 4, 5], "sequenti": [2, 3, 4, 5], "fit": [2, 3], "log": [2, 3], "exclud": [2, 3], "calcul": [2, 4], "multipl": [2, 3], "output": [2, 3], "parallel": [2, 4], "model": [2, 3, 4, 5], "evalu": [2, 3, 4], "other": [2, 3, 4], "extern": [2, 4], "comput": [2, 4, 5], "execut": [2, 3, 4], "launch": 2, "api": 2, "purpos": 2, "changelog": 2, "author": [2, 5], "extens": [3, 4, 5, 6], "et": [3, 4, 5, 6], "al": [3, 4, 5, 6], "water": [3, 4, 5, 6], "re": [3, 4, 5], "research": [3, 4, 5, 6], "2015": [3, 4, 5, 6], "wa": [3, 6], "written": [3, 5, 6], "while": [3, 6], "institut": 3, "nation": 3, "recherch": 3, "pour": 3, "l": 3, "agricultur": 3, "aliment": 3, "environn": 3, "inra": 3, "nanci": 3, "franc": 3, "2017": 3, "detail": [3, 4, 5], "The": [3, 4, 6], "follow": [3, 4, 6], "provid": [3, 4, 5, 6], "histori": [3, 5], "nov": 3, "weight": [3, 6], "option": [3, 6], "2018": 3, "plotfil": [3, 6], "made": 3, "sphinx": 3, "compat": 3, "x0": [3, 6], "thean": 3, "mar": 3, "flake8": 3, "func": [3, 4, 6], "arg": [3, 4, 5], "sourc": 3, "note": [3, 6], "must": [3, 4, 6], "callabl": [3, 6], "x": [3, 4, 6], "lb": [3, 4, 6], "lower": [3, 4, 6], "bound": [3, 6], "fraction": 3, "percent": [3, 6], "point": [3, 6], "ppf": [3, 6], "Be": 3, "awar": 3, "most": [3, 6], "continu": [3, 6], "infinit": [3, 6], "ub": [3, 4, 6], "upper": [3, 4, 6], "valu": [3, 6], "mask": [3, 6], "true": [3, 4, 6], "fals": [3, 4, 6], "ntfirst": [3, 4, 6], "int": [3, 6], "step": [3, 6], "ntlast": [3, 6], "last": [3, 6], "interv": 3, "each": [3, 6], "dist": [3, 6], "list": [3, 6], "none": [3, 6], "object": [3, 6], "factor": 3, "have": [3, 5, 6], "invers": [3, 6], "cdf": [3, 6], "If": [3, 6], "loc": [3, 6], "scale": [3, 6], "distparam": [3, 6], "mean": [3, 6], "b": [3, 4, 6], "correspond": [3, 6], "tupl": [3, 6], "locat": 3, "least": 3, "implement": [3, 6], "shape": [3, 6], "gamma": [3, 6], "henc": [3, 6], "g": [3, 6], "ignor": 3, "like": [3, 6], "boolean": 3, "mu": [3, 4, 6], "ha": [3, 6], "time": [3, 4, 6], "seri": [3, 6], "return": [3, 4, 6], "sd": 3, "": [3, 4, 6], "random": [3, 4, 6], "optin": 3, "constraint": 3, "pool": [3, 6], "schwimmbad": [3, 4, 6], "map": 3, "which": [3, 4, 6], "serial": [3, 6], "multiprocessor": 3, "mpi": [3, 4, 6], "chosen": 3, "choose_pool": [3, 6], "can": [3, 4, 6], "open": [3, 6], "onc": 3, "you": [3, 6], "want": [3, 6], "program": [3, 4, 6], "choos": [3, 6], "pass": [3, 4, 6], "later": 3, "print": [3, 4, 6], "progress": [3, 6], "report": 3, "dure": [3, 4, 6], "possibl": [3, 6], "produc": [3, 6], "len": [3, 6], "inform": [3, 4, 6], "uninform": [3, 4, 6], "exampl": [3, 4, 6], "functool": [3, 4, 6], "import": [3, 4, 6], "partial": [3, 4, 6], "np": [3, 4, 6], "1234": 3, "npar": [3, 4, 6], "param": [3, 6], "78": 3, "12": 3, "97": 3, "33": 3, "obj": 3, "zero": 3, "ones": [3, 4, 6], "out": [3, 4, 6], "where": [3, 4, 6], "librari": [4, 6], "perform": [4, 6], "so": [4, 6], "publish": [4, 6], "computation": [4, 6], "inexpens": [4, 6], "identif": [4, 6], "noninform": [4, 6], "resourc": [4, 6], "51": [4, 6], "6417": [4, 6], "6441": [4, 6], "doi": [4, 6], "1002": [4, 6], "2015wr016907": [4, 6], "also": [4, 6], "multiprocess": [4, 6], "via": [4, 6], "messag": [4, 6], "interfac": [4, 6], "mpi4pi": [4, 6], "consid": [4, 6], "ishigami": [4, 6], "homma": [4, 6], "y": [4, 6], "sin": [4, 6], "x_0": [4, 6], "x_1": [4, 6], "x_2": [4, 6], "take": [4, 5, 6], "give": [4, 6], "def": [4, 6], "ishigami1": [4, 6], "three": [4, 6], "paramt": 4, "between": [4, 6], "pi": [4, 6], "boundari": [4, 6], "1023": [4, 6], "reproduc": [4, 6], "1f": [4, 6], "173": 4, "61": 4, "logic": 4, "form": [4, 6], "For": [4, 6], "call_ishigami": [4, 6], "partialis": [4, 6], "fix": [4, 5, 6], "speak": [4, 6], "alreadi": [4, 6], "definit": [4, 6], "well": [4, 6], "we": [4, 6], "recommend": 4, "our": [4, 6], "easi": 4, "A": [4, 6], "trivial": 4, "abov": [4, 6], "wrap": 4, "func_wrapp": 4, "easiest": 4, "wai": 4, "project": 4, "base": 4, "m\u00fcller": 4, "rst": 5, "commit": 5, "clean": [5, 6], "minor": 5, "todo": 5, "bug": 5, "logistic_p": 5, "substitut": 5, "small": [5, 6], "adapt": 5, "common": 5, "o": [5, 6], "modernis": 5, "code": [5, 6], "numer": 6, "ani": 6, "One": 6, "20": 6, "72": 6, "14": 6, "being": 6, "absolut": 6, "over": 6, "sensit": 6, "measur": 6, "http": 6, "en": 6, "wikipedia": 6, "wiki": 6, "elementary_effects_method": 6, "saltelli": 6, "2007": 6, "global": 6, "analysi": 6, "primer": 6, "john": 6, "wilei": 6, "son": 6, "ltd": 6, "chichest": 6, "uk": 6, "isbn": 6, "978": 6, "0470": 6, "059": 6, "975": 6, "9780470725184": 6, "full": 6, "sensititv": 6, "preliminari": 6, "fewer": 6, "need": 6, "optimis": 6, "nt": 6, "larg": 6, "might": 6, "expens": 6, "area": 6, "certain": 6, "becom": 6, "typic": 6, "literatur": 6, "order": 6, "ten": 6, "hundr": 6, "500": 6, "5000": 6, "50": 6, "insensit": 6, "idea": 6, "know": 6, "further": 6, "probabl": 6, "influenti": 6, "anoth": 6, "discard": 6, "save": 6, "start": 6, "limit": 6, "found": 6, "less": 6, "algorithm": 6, "end": 6, "yield": 6, "assur": 6, "littl": 6, "minim": 6, "part": 6, "due": 6, "ident": 6, "veri": 6, "similar": 6, "1025": 6, "combin": 6, "logical_and": 6, "incom": 6, "determin": 6, "threshold": 6, "shorter": 6, "alwai": 6, "same": 6, "intermedi": 6, "result": 6, "text": 6, "offer": 6, "some": 6, "thei": 6, "init": 6, "taken": 6, "could": 6, "opposit": 6, "arrai": 6, "size": 6, "even": 6, "element": 6, "dtype": 6, "bool": 6, "1024": 6, "run": 6, "either": 6, "sigma": 6, "appropri": 6, "singl": 6, "equal": 6, "river": 6, "runoff": 6, "high": 6, "flow": 6, "flood": 6, "low": 6, "drought": 6, "both": 6, "circumst": 6, "flux": 6, "atmospher": 6, "evapotranspir": 6, "more": 6, "strongli": 6, "influenc": 6, "larger": 6, "period": 6, "exchang": 6, "interest": 6, "argu": 6, "deviat": 6, "equival": 6, "variat": 6, "varianc": 6, "smaller": 6, "nproc": 6, "parallelis": 6, "enabl": 6, "switch": 6, "easili": 6, "local": 6, "deploy": 6, "cluster": 6, "supercomput": 6, "joblib": 6, "eeetest": 6, "sy": 6, "get": 6, "argv": 6, "els": 6, "depend": 6, "try": 6, "comm": 6, "comm_world": 6, "csize": 6, "get_siz": 6, "crank": 6, "get_rank": 6, "importerror": 6, "ipool": 6, "processor": 6, "command": 6, "line": 6, "ncpu": 6, "normal": 6, "mode": 6, "explicitli": 6, "should": 6, "core": 6, "Or": 6, "mpiexec": 6, "n": 6, "along": 6, "through": 6, "assum": 6, "uniformli": 6, "p": 6, "been": 6, "repeat": 6, "experi": 6, "overlin": 6, "epsilon_p": 6, "actual": 6, "would": 6, "thu": 6, "mod": 6, "cumul": 6, "sai": 6, "gaussian": 6, "around": 6, "81": 6, "plu": 6, "minu": 6, "99": 6, "total": 6, "0015": 6, "003": 6, "9985": 6, "norm": 6, "show": 6, "almost": 6, "Their": 6, "NOT": 6, "rememb": 6, "origin": 6, "intern": 6, "consequ": 6, "variabl": 6, "finish": 6, "section": 6, "pretti": 6, "much": 6, "repetit": 6, "itself": 6, "finer": 6, "notion": 6, "better": 6, "explain": 6, "compil": 6, "languag": 6, "fortran": 6, "basic": 6, "subprocess": 6, "write": 6, "read": 6, "parameterwrit": 6, "parameterfil": 6, "outputfil": 6, "outputread": 6, "latter": 6, "do": 6, "txt": 6, "simplic": 6, "loadtxt": 6, "calc": 6, "savetxt": 6, "python3": 6, "exe_wrapp": 6, "optim": 6, "opt": 6, "ishigami1_ex": 6, "ishigami1_wrap": 6, "empti": 6, "dictionari": 6, "statement": 6, "below": 6, "look": 6, "implicit": 6, "integ": 6, "dp": 6, "kind": 6, "0d0": 6, "charact": 6, "pfile": 6, "ofil": 6, "punit": 6, "ounit": 6, "101": 6, "real": 6, "dimens": 6, "old": 6, "fmt": 6, "iostat": 6, "gfortran": 6, "f90": 6, "differ": 6, "ressourc": 6, "permit": 6, "person": 6, "nowadai": 6, "howev": 6, "worker": 6, "overwrit": 6, "here": 6, "pid": 6, "come": 6, "handi": 6, "invoc": 6, "own": 6, "associ": 6, "outfil": 6, "ishigami1_pid": 6, "standard_parameter_read": 6, "standard_parameter_writ": 6, "conveni": 6, "just": 6, "support": 6, "158398716": 6, "To": 6, "achiev": 6, "cannot": 6, "your": 6, "deal": 6, "bash": 6, "separ": 6, "cours": 6, "window": 6, "run_ishigami1": 6, "shutil": 6, "rundir": 6, "tmp": 6, "f": 6, "mkdir": 6, "copi": 6, "copyfil": 6, "chdir": 6, "err": 6, "check_output": 6, "stderr": 6, "stdout": 6, "avail": 6, "rmtree": 6, "account": 6, "exactli": 6, "That": 6, "folk": 6}, "objects": {"": [[5, 0, 0, "-", "pyeee"]], "pyeee": [[3, 0, 0, "-", "eee"]], "pyeee.eee": [[3, 1, 1, "", "eee"], [3, 1, 1, "", "see"]]}, "objtypes": {"0": "py:module", "1": "py:function"}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "function", "Python function"]}, "titleterms": {"author": 0, "changelog": 1, "content": 2, "pyeee": [3, 4, 5], "eee": 3, "quickstart": 4, "about": 4, "quick": 4, "usag": 4, "guid": [4, 6], "simpl": 4, "python": [4, 6], "function": [4, 6], "extra": [4, 6], "paramet": [4, 6], "wrapper": 4, "instal": 4, "requir": 4, "licens": 4, "index": 4, "tabl": 4, "api": 5, "purpos": 5, "subpackag": 5, "user": 6, "elementari": 6, "effect": 6, "effici": 6, "sequenti": 6, "check": 6, "initi": 6, "fit": 6, "log": 6, "exclud": 6, "from": 6, "calcul": 6, "multipl": 6, "output": 6, "parallel": 6, "model": 6, "evalu": 6, "sampl": 6, "other": 6, "distribut": 6, "than": 6, "uniform": 6, "screen": 6, "extern": 6, "comput": 6, "execut": 6, "us": 6, "launch": 6, "script": 6}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.viewcode": 1, "sphinx": 60}, "alltitles": {"Authors": [[0, "authors"]], "Changelog": [[1, "changelog"]], "Contents": [[2, "contents"]], "pyeee.eee": [[3, "module-pyeee.eee"]], "Quickstart": [[4, "quickstart"]], "About pyeee": [[4, "about-pyeee"]], "Quick usage guide": [[4, "quick-usage-guide"]], "Simple Python function": [[4, "simple-python-function"]], "Python function with extra parameters": [[4, "python-function-with-extra-parameters"], [6, "python-function-with-extra-parameters"]], "Function wrappers": [[4, "function-wrappers"]], "Installation": [[4, "installation"]], "Requirements": [[4, "requirements"]], "License": [[4, "license"]], "Index and Tables": [[4, "index-and-tables"]], "pyeee API": [[5, "module-pyeee"]], "Purpose": [[5, "purpose"]], "Subpackages": [[5, "subpackages"]], "User Guide": [[6, "user-guide"]], "Elementary Effects": [[6, "elementary-effects"]], "Efficient/Sequential Elementary Effects": [[6, "efficient-sequential-elementary-effects"]], "Check initial fit": [[6, "check-initial-fit"]], "Logging": [[6, "logging"]], "Exclude parameters from calculations": [[6, "exclude-parameters-from-calculations"]], "Function with multiple outputs": [[6, "function-with-multiple-outputs"]], "Parallel model evaluation": [[6, "parallel-model-evaluation"]], "Sampling parameters with other distributions than the uniform distribution": [[6, "sampling-parameters-with-other-distributions-than-the-uniform-distribution"]], "Screening of external computer models": [[6, "screening-of-external-computer-models"]], "Parallel evaluation of external executables": [[6, "parallel-evaluation-of-external-executables"]], "Using launch scripts": [[6, "using-launch-scripts"]]}, "indexentries": {"eee() (in module pyeee.eee)": [[3, "pyeee.eee.eee"]], "module": [[3, "module-pyeee.eee"], [5, "module-pyeee"]], "pyeee.eee": [[3, "module-pyeee.eee"]], "see() (in module pyeee.eee)": [[3, "pyeee.eee.see"]], "pyeee": [[5, "module-pyeee"]]}})
\ No newline at end of file
diff --git a/docs/html/userguide.html b/docs/html/userguide.html
index 8883d5b..548d02a 100644
--- a/docs/html/userguide.html
+++ b/docs/html/userguide.html
@@ -374,21 +374,20 @@ Contents