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

Make PDSBSSBase inherit IterativeMethodBase #262

Merged
merged 4 commits into from
Sep 29, 2023
Merged

Make PDSBSSBase inherit IterativeMethodBase #262

merged 4 commits into from
Sep 29, 2023

Conversation

tky823
Copy link
Owner

@tky823 tky823 commented Sep 29, 2023

Summary

So far, PDSBSSBase has not inherited IterativeMethodBase. So we couldn't apply isinstance to this class.
By this PR, we can use isinstance by making PDSBSSBase inherit IterativeMethodBase.

close #261

@codecov-commenter
Copy link

codecov-commenter commented Sep 29, 2023

Codecov Report

All modified lines are covered by tests ✅

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Files Coverage Δ
ssspy/bss/pdsbss.py 94.87% <100.00%> (-0.13%) ⬇️

... and 4 files with indirect coverage changes

📢 Thoughts on this report? Let us know!.

@tky823 tky823 merged commit 55626ce into main Sep 29, 2023
14 checks passed
@tky823 tky823 deleted the issue/261 branch September 29, 2023 16:09
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.

PDSBSSBase does not inherit IterativeMethodBase
2 participants