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

Allow multiple different components in a sequence #127

Open
wants to merge 2 commits into
base: v4.0
Choose a base branch
from
Open

Conversation

behinger
Copy link
Member

@behinger behinger commented Dec 13, 2024

This PR allows to include multiple components in a sequence (which was only not possible due to a bug)

@behinger behinger changed the title fix#124 Allow multiple different components in a sequence Dec 13, 2024
@behinger behinger changed the base branch from main to v4.0 December 13, 2024 15:40
@test UnfoldSim.hanning(0.011, 0.04, 1000)[40] == 1.0
@test UnfoldSim.hanning(0.011, 0.02, 1000)[20] == 1.0
@test_throws Exception UnfoldSim.hanning(0.011, 0.0, 1000)
end
Copy link
Contributor

Choose a reason for hiding this comment

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

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
end
end

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.

1 participant