AllenNeuralDynamics / AllenNeuralDynamics/view

Too many tile issue

Abierto
#52 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Python
Estrellas
4
Forks
2
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

**Is your feature request related to a problem? Please describe.**
I'm concerned that in bound mode, things are going to get buggy because it's updating everytime a number changes. If a user accidentally enters a crazy number, then the ui will try and create corresponding z boxes which cause lag and crashing behavior. This will happen in any mode if users add too many tiles but seems the mose likly in bound mode.

**Describe the solution you'd like**
I think best fix would be to cap the number of z_widgets ScanPlanWidget creates. It's unrealistic for a user to want to individually tweak say over 100 tiles so maybe create a way to cap?

**Acceptance Criteria**
- [ ] prevent crashing if user has too many tiles

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.