feagi / brain-visualizer

Apache License 2.0
0 stars 1 forks source link

better handling on null data #376

Closed Kakcalu13 closed 1 month ago

Kakcalu13 commented 1 month ago

The genome is very old and I loaded it to BV locally. it crashed due to null. See here:

image

The old genome doesn't have neuron_leak_variability so it returns null.

So, in your end, it should default to something if it's a null.

Kakcalu13 commented 1 month ago

on FEAGI API

image

Kakcalu13 commented 1 month ago

feagi fixed this issue, so no action required on your end