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

Bug in SandwichFC #130

Closed
nic-barbara opened this issue Sep 12, 2023 · 0 comments · Fixed by #131
Closed

Bug in SandwichFC #130

nic-barbara opened this issue Sep 12, 2023 · 0 comments · Fixed by #131
Assignees
Labels
bug Something isn't working

Comments

@nic-barbara
Copy link
Member

In the call method for SandwichFC we have:

# Extract params
XY = m.XY
α = m.α
d = m.d
b = m.d
σ = m.σ
n = size(XY,2)

but we should have b = m.b, not d = m.d. This needs fixing.

@nic-barbara nic-barbara added the bug Something isn't working label Sep 12, 2023
@nic-barbara nic-barbara self-assigned this Sep 12, 2023
@nic-barbara nic-barbara linked a pull request Sep 12, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant