Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: Fix imports in signal._signaltools #15275

Merged
merged 2 commits into from Dec 24, 2021

Conversation

Smit-create
Copy link
Member

I don't know why the following line does not fail on the master when there is no module named dlti( which is actually a class defined in _ltisys.py)
This same line raised an import error when I was working on rgommers#101.

from . import _sigtools, dlti

cc @rgommers

@Smit-create Smit-create added maintenance Items related to regular maintenance tasks scipy.signal labels Dec 24, 2021
Copy link
Member

@rgommers rgommers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No idea why this wasn't failing before - happy to not investigate further though:)

Thanks for the fixes @Smit-create

@rgommers rgommers merged commit bcd6f5f into scipy:master Dec 24, 2021
@rgommers rgommers added this to the 1.9.0 milestone Dec 24, 2021
@rgommers rgommers added the backport-candidate This fix should be ported by a maintainer to previous SciPy versions. label Dec 24, 2021
@Smit-create Smit-create deleted the fix_import_signal branch December 24, 2021 10:19
@tylerjereddy tylerjereddy modified the milestones: 1.9.0, 1.8.0 Jan 16, 2022
@tylerjereddy tylerjereddy removed the backport-candidate This fix should be ported by a maintainer to previous SciPy versions. label Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Items related to regular maintenance tasks scipy.signal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants