Adding getProperty method to debug class so it compiles

This commit is contained in:
joseph.lizier 2015-06-05 14:42:06 +00:00
parent b45ada1d94
commit a028fe4a4e
1 changed files with 5 additions and 0 deletions

View File

@ -150,6 +150,11 @@ public class ActiveInfoStorageCalculatorKernelDirect
}
}
public String getProperty(String propertyName) {
// Only implementing this for compiling, it's not required for this test class
return null;
}
/**
* Flag that the observations are complete, probability distribution functions can now be built.
*