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
The use of the following routines in the code is not clear (calls to them are either commented out or not present). I need a hand working out what they are used for. If they are not required, they should be deleted.
compile/reflectivityCalculation/reflectivityCalculationCodeOnlyScript.m compile/reflectivityCalculation/setCompilePaths.m - Removed in #255
minimisers/DE/runDE.m - function "PlotIt" - Removed in #178
minimisers/DREAM/lowerCaseStruct.m minimisers/DREAM/mvnorpf.m minimisers/DREAM/Diagnostics/chisRnd.m minimisers/DREAM/functions/DREAM.m - has this been replaced by ratDREAM.m? minimisers/DREAM/functions/evaluateRATModel.m - Removed in #178 minimisers/DREAM/functions/GL.m minimisers/DREAM/functions/initializeDREAMForRAT.m - Removed in #178 minimisers/DREAM/functions/measError.m minimisers/DREAM/functions/setupDREAMForRAT.m - Removed in #178 minimisers/DREAM/functions/whittle.m minimisers/DREAM/postprocessing/DREAMPostprocessing.m minimisers/DREAM/postprocessing/genParSet.m minimisers/DREAM/postprocessing/predMCMC.m
minimisers/NSMain/loopCell.m minimisers/NSMain/parseBayesResults.m minimisers/NSMain/plotLivePointsWithEllipses.m -- Removed in #264
targetFunctions/common/groupLayers/allocateLayersForDomainsContrast.m targetFunctions/common/reflectivityCalculations/abeles/orso_test0.m - Removed in #178 targetFunctions/common/reflectivityCalculations/abeles/orso_test1.m - Removed in #178 targetFunctions/common/reflectivityCalculations/abeles/orso_test7.m - Removed in #178 targetFunctions/common/reflectivityCalculations/abeles/test0.dat - Removed in #178 targetFunctions/common/reflectivityCalculations/abeles/test1.dat - Removed in #178 targetFunctions/common/reflectivityCalculations/abeles/test7.dat - Removed in #178
utilities/misc/kde.m
Whilst looking through these files, I am also concerned about function calls where the number/order of arguments does not appear to match the argument list in the routine.
Also, why is customModelClass a class? -- it has no properties, and only static methods. -- This is changed in #178
The text was updated successfully, but these errors were encountered:
The use of the following routines in the code is not clear (calls to them are either commented out or not present). I need a hand working out what they are used for. If they are not required, they should be deleted.
compile/reflectivityCalculation/reflectivityCalculationCodeOnlyScript.m
- Removed in #255compile/reflectivityCalculation/setCompilePaths.m
- Removed in #178minimisers/DE/runDE.m
- function "PlotIt"minimisers/DREAM/lowerCaseStruct.m
minimisers/DREAM/mvnorpf.m
minimisers/DREAM/Diagnostics/chisRnd.m
minimisers/DREAM/functions/DREAM.m
- has this been replaced byratDREAM.m
?- Removed in #178minimisers/DREAM/functions/evaluateRATModel.m
minimisers/DREAM/functions/GL.m
- Removed in #178minimisers/DREAM/functions/initializeDREAMForRAT.m
minimisers/DREAM/functions/measError.m
- Removed in #178minimisers/DREAM/functions/setupDREAMForRAT.m
minimisers/DREAM/functions/whittle.m
minimisers/DREAM/postprocessing/DREAMPostprocessing.m
minimisers/DREAM/postprocessing/genParSet.m
minimisers/DREAM/postprocessing/predMCMC.m
minimisers/generalUtils/checkBounds.m
minimisers/generalUtils/bayesStats/calcMCMCstatRefErrors.m
minimisers/generalUtils/bayesStats/confIntervals.m
minimisers/generalUtils/bayesStats/packPriors.m
minimisers/generalUtils/bayesStats/ratInputs.mat
minimisers/generalUtils/bayesStats/ratTest.m
minimisers/NSMain/loopCell.m
minimisers/NSMain/parseBayesResults.m
-- Removed in #264minimisers/NSMain/plotLivePointsWithEllipses.m
targetFunctions/common/groupLayers/allocateLayersForDomainsContrast.m
- Removed in #178targetFunctions/common/reflectivityCalculations/abeles/orso_test0.m
- Removed in #178targetFunctions/common/reflectivityCalculations/abeles/orso_test1.m
- Removed in #178targetFunctions/common/reflectivityCalculations/abeles/orso_test7.m
- Removed in #178targetFunctions/common/reflectivityCalculations/abeles/test0.dat
- Removed in #178targetFunctions/common/reflectivityCalculations/abeles/test1.dat
- Removed in #178targetFunctions/common/reflectivityCalculations/abeles/test7.dat
utilities/misc/kde.m
Whilst looking through these files, I am also concerned about function calls where the number/order of arguments does not appear to match the argument list in the routine.
Also, why is
customModelClass
a class? -- it has no properties, and only static methods. -- This is changed in #178The text was updated successfully, but these errors were encountered: