-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e20e7da
commit 3b73562
Showing
10 changed files
with
96 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,5 @@ Examples | |
.. toctree:: | ||
:maxdepth: 3 | ||
|
||
beam_wrapper.rst | ||
beam_wrapper.rst | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,10 +6,7 @@ | |
|
||
import os | ||
|
||
__author__ = "Felipe Aguirre Martinez" | ||
__copyright__ = "Copyright 2015-2024 Phimeca" | ||
__version__ = "0.12.1" | ||
__email__ = "[email protected]" | ||
|
||
base_dir = os.path.dirname(__file__) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,6 @@ | |
import numpy as np | ||
from tqdm import tqdm | ||
|
||
__author__ = "Felipe Aguirre Martinez" | ||
__copyright__ = "Copyright 2015-2019 Phimeca" | ||
__email__ = "[email protected]" | ||
__all__ = ['load_array', 'dump_array', '_exec_sample_joblib', | ||
'_exec_sample_multiprocessing', '_exec_sample_ipyparallel', | ||
'_exec_sample_pathos', '_exec_sample_dask', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,10 +13,6 @@ | |
|
||
ot.ResourceMap.SetAsUnsignedInteger('Cache-MaxSize', int(1e6)) | ||
|
||
__author__ = "Felipe Aguirre Martinez" | ||
__copyright__ = "Copyright 2015-2019 Phimeca" | ||
__version__ = "0.2" | ||
__email__ = "[email protected]" | ||
__all__ = ['Wrapper'] | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
#!/usr/bin/env python | ||
# -*- coding: utf-8 -*- | ||
|
||
from setuptools import setup, find_packages | ||
# To use a consistent encoding | ||
# To use a consistent encoding | ||
from codecs import open | ||
from os import path | ||
|
||
|
@@ -32,8 +31,7 @@ | |
'dask': ["dask>=2021.01.0", "asyncssh"] | ||
}, | ||
install_requires=["tqdm>=4.0.0"], | ||
author="Felipe Aguirre Martinez", | ||
author_email="[email protected]", | ||
author="Phimeca", | ||
description="General purpose OpenTURNS python wrapper tools", | ||
long_description=long_description, | ||
setup_requires=['pytest-runner'], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters