We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug plot_designmatrix fails for small designmatrices
Code To Reproduce
using Unfold,UnfoldMakie,CairoMakie data, evts = UnfoldSim.predef_eeg(sfreq = 5, n_repeats = 1) basisfunction = firbasis(τ = (-1, 2), sfreq = 5, scale_duration = true) f = @formula 0 ~ 1 + condition bf_vec = [Any => (f, basisfunction)] m = fit(UnfoldModel, bf_vec, evts, data; eventfields = [:latency, :duration]); heatmap(Matrix(modelmatrix(m))') plot_designmatrix(designmatrix(m))
Expected behavior the plots show up.
Versions:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
plot_designmatrix fails for small designmatrices
Code To Reproduce
Expected behavior
the plots show up.
Versions:
The text was updated successfully, but these errors were encountered: