Skip to content

Fixed import of scipy windows module for 1.1.0rc1

Duncan Macleod requested to merge github/fork/duncanmmacleod/scipy-1.1.0 into develop

This PR updates the import of the underlying windows.py module in scipy to scipy.signal.windows.windows for 1.1.0rc1. This is required to resolve the _win_equiv mapping used in the canonical_name method.

Merge request reports