catalystneuro / vame-desktop

A desktop application for the Variational Animal Motion Encoding project.
GNU General Public License v3.0
1 stars 0 forks source link

Avoid triggering input interactions from the GUI #8

Closed garrettmflynn closed 3 weeks ago

garrettmflynn commented 3 weeks ago

When testing VAME Desktop, running the community function will raise the following input condition:

Zero motifs:  []
Where do you want to cut the Tree? 0/1/2/3/...

This is not something that is possible to interact with through the GUI. We need to define a way to bypass this check.

garrettmflynn commented 3 weeks ago

@vinicvaz I wasn't able to determine where this is being triggered. Can you link to the relevant section of the VAME repo?

garrettmflynn commented 3 weeks ago

Didn't realize there was already an argument to avoid this