Skip to content
New issue

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

Bug in Observables for eeg_array_to_dataframe #223

Open
behinger opened this issue Aug 8, 2024 · 0 comments
Open

Bug in Observables for eeg_array_to_dataframe #223

behinger opened this issue Aug 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@behinger
Copy link
Member

behinger commented Aug 8, 2024

let
	data_obs = Observable(UnfoldMakie.eeg_array_to_dataframe(rand(10,20)))
	plot_topoplotseries!(Figure(),data_obs;bin_num = 5,positions=rand(Point2f,10))
	data_obs[] = UnfoldMakie.eeg_array_to_dataframe(rand(10,20))
end

This should work, but doesnt

I get an

ArgumentError: column name :cont_cuts not found in the data frame

Maybe because this line is not a lift?

@vladdez vladdez added documentation Improvements or additions to documentation bug Something isn't working and removed documentation Improvements or additions to documentation labels Aug 8, 2024
@vladdez vladdez changed the title topoplotseries observables Bug in Observables for eeg_array_to_dataframe Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants