added TODOs

This commit is contained in:
conrad
2021-03-19 14:15:45 +10:00
parent b8a5b62aa8
commit 382f18b0d3
+4
View File
@@ -61,6 +61,8 @@ powmat
{
arma_extra_debug_sigprint();
// TODO: refactor to avoid "try catch"
try
{
out = powmat(X,y);
@@ -87,6 +89,8 @@ powmat
{
arma_extra_debug_sigprint();
// TODO: refactor to avoid "try catch"
try
{
out = powmat(X,y);