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
bayesResults.dreamOutput.modelOutput is unused - it is set to zero on initialisation and is never changed.
problemStruct.otherParams and problemStruct.otherLimits are not necessary
For the Priors struct , only priors.priorNames and priors.priorValues are used the remaining properties e.g. priors.bulkIn etc. should be removed. Removes unused fields from priors struct #348
We should consider removing placeholders from users facing code (core calculation should not be touched) to avoid confusing the users since all these things will show up in the documentation API reference. All can be re-added as needed after the release
QzShift - this is still present in the problemStruct which affects the Python code
problemStruct.oilChiDataPresent, contrastClass.oilChiData and the oilWater projects - this show up in the docs which can be confusing
Magnetic and MagneticDomains - these are very easy to add back but should be removed before release to avoid confusion
problemStruct.repeatLayers not implemented
The text was updated successfully, but these errors were encountered:
bayesResults.dreamOutput.modelOutput
is unused - it is set to zero on initialisation and is never changed.problemStruct.otherParams
andproblemStruct.otherLimits
are not necessarypriors.priorNames
andpriors.priorValues
are used the remaining properties e.g.priors.bulkIn
etc. should be removed. Removes unused fields from priors struct #348We should consider removing placeholders from users facing code (core calculation should not be touched) to avoid confusing the users since all these things will show up in the documentation API reference. All can be re-added as needed after the release
QzShift
- this is still present in the problemStruct which affects the Python codeproblemStruct.oilChiDataPresent
,contrastClass.oilChiData
and the oilWater projects - this show up in the docs which can be confusingMagnetic
andMagneticDomains
- these are very easy to add back but should be removed before release to avoid confusionproblemStruct.repeatLayers
not implementedThe text was updated successfully, but these errors were encountered: