-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* nan out geometry * combine all approaches and fixes * try to let conda magically install matplotlib * don't let PythonCall get in the way! * clean up extrapolation * unique names * install mne if missing * add PyCall * docs + cleanup * fix docs * clean up plots * clean up plots * don't use Conda + add compat for scatteredinterpolations * delete cache for now * add back cache * Maybe that'll reset the cache? * Update src/core-recipe.jl Co-authored-by: Phillip Alday <[email protected]> * use multiple dispatch * remove test.png * PyMNE build tweak * missed a step * try again * another attempt * whyyy * okay sure * percy tweak * more percy tweaks Co-authored-by: Phillip Alday <[email protected]>
- Loading branch information
1 parent
f525872
commit b32c1b5
Showing
12 changed files
with
387 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,3 @@ | |
TopoPlots.enclosing_geometry | ||
TopoPlots.labels2positions | ||
``` | ||
|
||
```@docs | ||
TopoPlots.pad_boundary! | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.