Skip to content

Commit dd3e117

Browse files
emilyfertigtensorflower-gardener
authored andcommitted
Fix platform_compatibility_test flakiness and re-enable it for TF1.
PiperOrigin-RevId: 462749230
1 parent 84f1c13 commit dd3e117

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tensorflow_probability/python/distributions/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4194,7 +4194,6 @@ py_test(
41944194
shard_count = 50,
41954195
tags = [
41964196
"hypothesis",
4197-
"tf1-broken", # TODO(b/239963967): Flaky under TF1.
41984197
],
41994198
deps = [
42004199
":distributions",

tensorflow_probability/python/distributions/mvn_full_covariance.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ def __init__(self,
195195
allow_nan_stats=allow_nan_stats,
196196
name=name)
197197
self._parameters = parameters
198-
self._covariance_matrix = covariance_matrix
199198

200199
@classmethod
201200
def _maximum_likelihood_parameters(cls, value):

0 commit comments

Comments
 (0)