Per A Brodtkorb
d271fad9fb
Reduced cyclomatic complexity
8 years ago
Per A Brodtkorb
604ad9e022
pep8
8 years ago
Per A Brodtkorb
d8fc854e09
Refactored to reduce cyclomatic complexity
8 years ago
Per A Brodtkorb
0b983f11e3
pep8
8 years ago
Per A Brodtkorb
445cd928a4
Reduced complexity further
8 years ago
Per A Brodtkorb
d10324085a
pep8
8 years ago
Per A Brodtkorb
5e6cfbe5ee
Refactored to reduce cyclomatic complexity
8 years ago
Mattias Josefsson
8178eaa720
Include all files under wafo/data in installation
...
Without this, wafo/data in the installation folder contains only the py files, and the following code gives a FileNotFoundError for wafo/data/sea.dat:
import wafo.data
wafo.data.sea()
8 years ago
Per A Brodtkorb
c22d9ad7a0
Drop support for python 3.4
8 years ago
Per A Brodtkorb
a1f0dea469
Added test on python 3.6 and 3.7 + updated mvn/mvndst.f
8 years ago
Per A Brodtkorb
47e50bc6f6
Fixed pep8 max line length again..
8 years ago
Per A Brodtkorb
dbacfd7f68
Fixed pep8 max_line_length
8 years ago
Per A Brodtkorb
41bb86c2da
Set pep8 max-line-length to 100
8 years ago
Per A Brodtkorb
752d84c6f4
Added .pylintrc
8 years ago
Per A Brodtkorb
72844cfd7b
Fixed doctests
8 years ago
Per A Brodtkorb
88b0b9b644
Splitted tests
8 years ago
Per A Brodtkorb
5a7eabe40c
Fixed interpolate.py
8 years ago
Per A Brodtkorb
52f7bf5461
Removed obsolete code
8 years ago
Per A Brodtkorb
7a1c6307a0
Made doctests less strict
8 years ago
Per A Brodtkorb
91bac94a80
Reverted change
8 years ago
Per A Brodtkorb
475e43d307
Fixed mvndst.f
8 years ago
Per A Brodtkorb
9c7da174a3
Replaced dict().setdefault with use of defaultdict.
8 years ago
Per A Brodtkorb
7291586a11
Fixed small error
8 years ago
Per A Brodtkorb
52b6b42968
Fixed change of value in conversion from REAL(8) to INTEGER(4) at line 134 and 719 + pep8
8 years ago
Per A Brodtkorb
217b607a4c
Small refactoring
8 years ago
Per A Brodtkorb
ea2edc1ca5
pep8
8 years ago
Per A Brodtkorb
04ae98e161
pep8
8 years ago
Per A Brodtkorb
fdaf6701de
Refactored to simplify
8 years ago
Per A Brodtkorb
5adcc7446d
Refactored to reduce complexity
8 years ago
Per A Brodtkorb
d0e66cef23
Small update
8 years ago
Per A Brodtkorb
ba41656427
Simplified complexity
8 years ago
Per A Brodtkorb
7477b895cc
Small fix
8 years ago
Per A Brodtkorb
aa3b5355cc
Added even more doctests
8 years ago
Per A Brodtkorb
a742931e11
Added even more doctests
8 years ago
Per A Brodtkorb
13aed81f1f
Added more doctests
8 years ago
Per A Brodtkorb
684368c6b3
pep8
8 years ago
Per A Brodtkorb
f211265a9a
pep8
8 years ago
Per A Brodtkorb
0a123b16d3
pep8
8 years ago
Per A Brodtkorb
3e80b38866
Simplified complexity + pep8
8 years ago
Per A Brodtkorb
01f6c86576
Avoid ZeroDivisionError
8 years ago
Per A Brodtkorb
78e9e3b1f9
Simplified complexity
8 years ago
Per A Brodtkorb
d3a51f90a1
Small reorganization
8 years ago
Per A Brodtkorb
9930a88572
Avoid using "non-Pythonic" variable names
8 years ago
Per A Brodtkorb
e26325dfc3
Fixed a TypeError: 'numpy.float64' object cannot be interpreted as an index
8 years ago
Per A Brodtkorb
b0fde67abc
Fixed TypeError: Non-integers used as index values
8 years ago
Per A Brodtkorb
bb3848e31a
Try to fix mysterious "TypeError('only integer scalar arrays can be converted to a scalar index')
8 years ago
Per A Brodtkorb
2c65591226
Try to fix mysterious "TypeError('only integer scalar arrays can be converted to a scalar index',)" exception error in findcross.
8 years ago
Per A Brodtkorb
eae62be957
Replace definition of test_docstrings with an import from wafo.testing.
8 years ago
Per A Brodtkorb
65bfb085d3
Reduced complexity + pep8
8 years ago
Per A Brodtkorb
a54aa6a323
Updated imports
8 years ago