Skip to content

Commit

Permalink
Remove outdated debugging notes from comments.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 603070782
  • Loading branch information
ThomasColthurst authored and tensorflower-gardener committed Jan 31, 2024
1 parent 4a08cd2 commit 25da072
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,11 @@

from tensorflow_probability.python.experimental.autobnn import bnn
from tensorflow_probability.python.experimental.autobnn import bnn_tree
# estimators causes vectorized_stochastic_volatility_test to fail
# because it imports training_util
from tensorflow_probability.python.experimental.autobnn import estimators
from tensorflow_probability.python.experimental.autobnn import kernels
from tensorflow_probability.python.experimental.autobnn import likelihoods
from tensorflow_probability.python.experimental.autobnn import models
from tensorflow_probability.python.experimental.autobnn import operators
# training_util causes vectorized_stochastic_volatility_test to fail
# Suspects: JaxTyping, bayeux, matplotlib, pandas.
# And the culprit is ... bayeux.
from tensorflow_probability.python.experimental.autobnn import training_util
from tensorflow_probability.python.experimental.autobnn import util
from tensorflow_probability.python.internal import all_util
Expand Down

0 comments on commit 25da072

Please sign in to comment.