Per A Brodtkorb
|
76b5040134
|
Added tests
|
9 years ago |
Per A Brodtkorb
|
9522c6c24f
|
Cleanup of code
|
9 years ago |
Per A Brodtkorb
|
e6ab39cbe7
|
Made test more robust
|
9 years ago |
Per A Brodtkorb
|
b00046d4e3
|
Made tests even more robust
|
9 years ago |
Per A Brodtkorb
|
d40af0da00
|
Fixed tests
|
9 years ago |
Per A Brodtkorb
|
4838347784
|
Made test_integrate.py more robust
|
9 years ago |
Per A Brodtkorb
|
7923eb3153
|
Replaced iteritems with a python 3 compatible iterable dict items.
|
9 years ago |
Per A Brodtkorb
|
e545a2f025
|
MAde sure arrays used as indices is of integer type
|
9 years ago |
Per A Brodtkorb
|
891510e42f
|
Made tests more robust
|
9 years ago |
Per A Brodtkorb
|
8b4e4dae57
|
Made code python 3 compatible:
Replaced round with numpy.round
replaced map with list-comprehension
|
9 years ago |
Per A Brodtkorb
|
cef998d962
|
made code python 3 compatible:
Replaced xrange with range
Replaced map with list comprehension
|
9 years ago |
Per A Brodtkorb
|
c903426235
|
Added from __future__ absolute_import
|
9 years ago |
Per A Brodtkorb
|
dc30945300
|
Added from __future__ absolute_import
Deleted obsolete magic.py
|
9 years ago |
Per A Brodtkorb
|
0b6036a5d7
|
added from __future__ absolute_import
|
9 years ago |
Per A Brodtkorb
|
c585c8087a
|
added from __future__ import absolute_import
Deleted wafodata.py
|
9 years ago |
Per A Brodtkorb
|
6d7beed94b
|
Added from __future__ import absolute_import
|
9 years ago |
Per A Brodtkorb
|
b57307ab7c
|
Made print statements python 3 compatible
|
9 years ago |
Per A Brodtkorb
|
5a6b1a6a3a
|
Made test more robust again
|
9 years ago |
Per A Brodtkorb
|
1863b2233f
|
Restored c_functions.c
|
9 years ago |
Per A Brodtkorb
|
cd7b75b184
|
Added absolute_import
pep c_functions.c
|
9 years ago |
Per A Brodtkorb
|
0fd326937f
|
Made tests more robust + pep8 on core.py
|
9 years ago |
Per A Brodtkorb
|
2c77550e6f
|
removed test_numpy_utils.py + pepified test_trdata + disabled plot in test_specdata1d.py
|
9 years ago |
Per A Brodtkorb
|
9e0b9c2572
|
Commented out unused variables
|
9 years ago |
Per A Brodtkorb
|
6a14fd0c7e
|
Deleted obsolete test folder, numpy_utils.py + tests more robust
|
9 years ago |
Per A Brodtkorb
|
b652ef7ae7
|
Updated tox.ini
|
9 years ago |
Per A Brodtkorb
|
8fe60a970f
|
Small refactoring FitDistribution
|
9 years ago |
Per A Brodtkorb
|
df78c0e728
|
Added _util.py + fixed a bug in test_fit.py
|
9 years ago |
pbrod
|
e73624161c
|
Simplified wafo.stats:
-Deleted obsolete files.
-Requires scipy v0.16
-._distn_infrastructure.py monkeypatch scipy.stats._distn_infrastructure.py
|
9 years ago |
pbrod
|
7403d821df
|
updated .travis.yml
moved some funtions from numpy_utils -> misc.
pep8
|
9 years ago |
pbrod
|
ea595ac631
|
Removed space in numbers
|
9 years ago |
pbrod
|
cd7edd6ba3
|
Updated mvnprd.f
|
9 years ago |
pbrod
|
9fe22b32a9
|
replaced tabs with spaces
|
9 years ago |
pbrod
|
775af065f6
|
replaced tab with space
|
9 years ago |
pbrod
|
6efc24d0f0
|
Replaced tabs with spaces
|
9 years ago |
pbrod
|
39b395d79a
|
Replaced tabs with spaces
|
9 years ago |
pbrod
|
54fc6dcb85
|
Fixed misspelled modulename
|
9 years ago |
pbrod
|
9cc13046a5
|
Changed doctests into unittests
|
9 years ago |
pbrod
|
4fd4e5349e
|
Changed doctest for normndprb into a unittest
|
9 years ago |
pbrod
|
3495621f69
|
Changed doctest to unittest
|
9 years ago |
pbrod
|
4b95613cfb
|
Renamed test folders to "tests"
|
9 years ago |
pbrod
|
34996c05e2
|
Disabled wafo.stats tests + small cosmetiq fixes
|
9 years ago |
pbrod
|
28b2a33e6a
|
Made tests more robust.
|
9 years ago |
pbrod
|
139cc27730
|
Fixed failing tests.
|
9 years ago |
pbrod
|
ea8ece06f8
|
Python3 support: Replaced print statements with print(...)
|
9 years ago |
pbrod
|
7e7f0914e9
|
Add try except when importing the compiled extensions
|
9 years ago |
pbrod
|
e6d51a1fab
|
Removed deprecated import
Updated test/test_padua.py
|
9 years ago |
pbrod
|
dd9cfb63ad
|
Renamed TestFunctions to ExampleFunctions in order to not confuse pytest.
|
9 years ago |
pbrod
|
eaee296268
|
added __init__.py
|
9 years ago |
pbrod
|
053ee8b09f
|
added conftest.py
|
9 years ago |
pbrod
|
5f63fd7d0e
|
added conftest.py
|
9 years ago |