rusandris / StateTransitionNetworks.jl

Toolkit for dynamics on state transition networks
1 stars 0 forks source link

Handle outsider points if the grid is fixed #21

Closed rusandris closed 3 months ago

rusandris commented 4 months ago

If there are points outside of the predefined grid, symbols can still be bigger than grid_size or grid_size^2. In that case, points outside should be discarded/warnings should be thrown. Right now, they are included and they silently cause wrong output (negative measures etc.)

rusandris commented 3 months ago

See in d318cd1