Benedikt Ehinger
Benedikt Ehinger
Adds a trigger action, to rebuild UnfoldDocs whenever UnfoldMakie.jl updates its docs - [ ] change the Readme.md links - [ ] add an if statement: if: github.ref == 'refs/heads/master'
- [x] plot_erpimage with matrix should have a label in samples not in second - [ ] Also really ugly y-label for many trials (here ~14k) 
**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...
**Describe the bug** plot_erpimage crashes when providing 3D matrix **To Reproduce** ```julia plot_erpimage(rand(5,5,5)) ``` **Expected behavior** it works **Screenshots**  infinite loop when trying to figure out the time vector...
- [x] what version of Makie are you running? (`]st -m Makie`); [CairoMakie](https://github.com/MakieOrg/Makie.jl.git) v0.13.2 - [x] can you reproduce the bug with a fresh environment ? (`]activate --temp; add Makie`)...
I get an error when I run the following code ```julia using FreeTypeAbstraction face = findfont("noto color emoji") renderface(face, '🎈', 100) ``` results in ``` Couldn't set pixelsize with error:...
- **removed duplicated function** - **make link checker happy** - **make linter happy** - **generalized the test** - **added packages to top** - **added precompilation** - **type stable designmatrix generation**...
- **removed duplicated function** - **make link checker happy** - **make linter happy** - **generalized the test** - **added packages to top** - **added precompilation** - **type stable designmatrix generation**...
Reduces TTFX for the 4 models defined in the precompilation block from ~45s to
this is something Jan showed me. I think we have the limits wrong. The limits should probably be @lift to the axis x/y limits?