barbaLab / nigeLab

Neurophysiological data analyses by engineers, for physiologists.
GNU General Public License v3.0
14 stars 2 forks source link

[QUESTION] MultiAnimalsLinkedBlocks in loadobj? #55

Closed m053m716 closed 4 years ago

m053m716 commented 4 years ago

Question

Is the nigeLab.Block/loadobj() call to nigeLab.Block.MultiAnimalsLinkedBlocks in use for the MultiAnimals splitting feature?

Concern

This implies that nigeLab.Block.MultiAnimalsLinkedBlocks is saved with the Block. However, I thought we were avoiding saving objects as properties?

m053m716 commented 4 years ago

Consensus is that anywhere that nigelObj or subclass is used as a property, it should have the Transient attribute.