Skip to content

Use numpy.longdouble instead of numpy.float128 in testing#317

Merged
murrayrm merged 1 commit intopython-control:masterfrom
roryyorke:master
Jun 23, 2019
Merged

Use numpy.longdouble instead of numpy.float128 in testing#317
murrayrm merged 1 commit intopython-control:masterfrom
roryyorke:master

Conversation

@roryyorke
Copy link
Copy Markdown
Contributor

numpy.float128 doesn't exist on all platforms, e.g., Windows 64-bit.

When numpy.float128 does exist (e.g., Linux 64-bit), it's typically an
alias for numpy.longdouble.

Fixes #316.

numpy.float128 doesn't exist on all platforms, e.g., Windows 64-bit.

When numpy.float128 does exist (e.g., Linux 64-bit), it's typically an
alias for numpy.longdouble.
@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 82.098% when pulling e1e319f on roryyorke:master into 089936f on python-control:master.

1 similar comment
@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 82.098% when pulling e1e319f on roryyorke:master into 089936f on python-control:master.

@murrayrm murrayrm merged commit 662e52e into python-control:master Jun 23, 2019
@murrayrm murrayrm added this to the 0.8.3 milestone Jan 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No numpy.float128 on Windows 64-bit; xferfcn_input_test.py failing with import error

3 participants