Skip to content

Commit

Permalink
Merge pull request #1395 from cmu-phil/hotfix-joe-2022-06-08
Browse files Browse the repository at this point in the history
Commenting out annotation for CODEC independence test.
  • Loading branch information
kvb2univpitt committed Jun 8, 2022
2 parents 70b0506 + 865024b commit a4d6517
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
*
* @author jdramsey
*/
@TestOfIndependence(
name = "CODEC Test",
command = "codec-test",
dataType = {DataType.Continuous, DataType.Covariance}
)
//@TestOfIndependence(
// name = "CODEC Test",
// command = "codec-test",
// dataType = {DataType.Continuous, DataType.Covariance}
//)
@LinearGaussian
public class Codec implements IndependenceWrapper {

Expand Down

0 comments on commit a4d6517

Please sign in to comment.