Bug Description
In TrialConfig.m, the fromStructure static method reconstructs a TrialConfig from a saved struct but omits the ensCovMask parameter. This means round-tripping through toStructure()/fromStructure() loses the ensemble covariate mask configuration, which affects multi-neuron GLM setups.
Found during comprehensive cross-toolbox audit.
Bug Description
In
TrialConfig.m, thefromStructurestatic method reconstructs a TrialConfig from a saved struct but omits theensCovMaskparameter. This means round-tripping throughtoStructure()/fromStructure()loses the ensemble covariate mask configuration, which affects multi-neuron GLM setups.Found during comprehensive cross-toolbox audit.