You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUG] - _add_symbol_to_cell_input fails if the first row of cell definition doesn't contain at least cell number, material and density (if present)
#105
Open
AlbertoBittes opened this issue
Oct 24, 2024
· 2 comments
Describe the bug
_add_symbol_to_cell_input assumes that the first line of cell definition includes the material and the density(if cell is not void) of the cell:
In fact, the method assumes that first_row is a list with 2 or 3 elements depending on void/material cell.
In principle one could define only the cell number in the first row and go newline to define everything else. This is very unlikely however.
The text was updated successfully, but these errors were encountered:
Describe the bug
_add_symbol_to_cell_input assumes that the first line of cell definition includes the material and the density(if cell is not void) of the cell:
In fact, the method assumes that first_row is a list with 2 or 3 elements depending on void/material cell.
In principle one could define only the cell number in the first row and go newline to define everything else. This is very unlikely however.
The text was updated successfully, but these errors were encountered: