Hannah Payne

Results 14 comments of Hannah Payne

Changing the text selection symbol in the remote computer to a larger version worked for me: Go to Mouse Properties, Pointers, select Text Select and Browse for one of the...

What was the solution?

Thanks Eric! I was on Matlab 2020a which should have worked with CUDA toolkit 10.1 Update 2, but it just didn't. Upgraded to Matlab 2021a, Visual studio 2019, and CUDA...

In case this helps anyone else: I had the same error described in the second comment above (general error c101008d). I disabled Windows Defender, no luck. We have MalwareBytes installed...

I ran into a similar issue. It's particularly apparent when plotting two recordings overlaid (e.g. filtered and filtered+CMR). Probe.json file is attached below. When I run: ``` w = si.plot_timeseries({"filt":...

Quick update, I changed n_jobs=-1 and that sped it up a bit. (From the docs, "n_jobs: Number of cores to use in parallel. Uses all available if -1") To work...

Thanks for the clarification on `max_channels_per_template` and `sparsity_dict`! I did a quick test of `export_to_phy`, assuming that if max_channels_per_template controls how many channels go into the PC computation, reducing that...

Sorry to bother you again, but how do I actually get the values out of dat_for_baserate_plot? I edited plot_historgram to return dat_for_baserate_plot but can't print out the result. Python beginner...