Austin Hurst

Results 135 comments of Austin Hurst

I'm no expert, but I'm pretty sure Windows will look for .dlls in the folder of an executable by default, and on macOS you can use the `install_name_tool` utility to...

With the latest release and CI changes, this is *very* close to being fixed on macOS. The only remaining issue is that the systemshock binary is expecting the SDL2 .dylib...

@Themaister I looked through the Granite repo and found the commit adding basic MoltenVK support, do you remember what remaining issues (if any) there were? I have a new M1...

@VisLab Thanks for taking a look at this! I'm still somewhat confused though: > Even if you don't find any bad channels, we don't exit because we want to compute...

As an addendum to this, I also noticed that bad-by-dropout channels aren't added to the initial set of "bad" channels during re-referencing along with bad-by-NaN and bad-by-flat channels: https://github.com/VisLab/EEG-Clean-Tools/blob/3ed337e83dfaaad2c8e3ecb671a44a21c5b288c0/PrepPipeline/utilities/robustReference.m#L37-L42 Since...

Oh, and related to these: in the same `updateBadChannels` code above, bad-by-SNR channels aren't added to `ref.all` every loop either. On its face this wouldn't be an issue, since bad-by-SNR...

> The second thing to notice here is that identifying "bad" channels is not exactly the same thing as getting the channels needed to compute a good reference. The phenomenon...

> I get a similar problem when adding the control argument to the stan function. I get the following error: > > ``` > SAMPLING FOR MODEL 'spline_reg' NOW (CHAIN...

Just as a quick update for the developers and for any similarly confused users, this bug no longer occurs when using the latest experimental version of RStan compiled from GitHub....

>> todo: unlink app from homebrew prefix, it can break on homebrew update. (SDL2 libs causing the issue?) @Taiko2k You might have better luck adding the `pysdl2-dll` Python package as...