blei-lab / edward

A probabilistic programming language in TensorFlow. Deep generative models, variational inference.
http://edwardlib.org
Other
4.83k stars 761 forks source link

`logging` is not defined #912

Open burnpanck opened 5 years ago

burnpanck commented 5 years ago

https://github.com/blei-lab/edward/blob/352596c3bc77e1cb5c01f77ac3283a53c74dbf21/edward/util/random_variables.py#L420

This looks like a residual from the past? logging isn't imported here...

Maybe Travis CI should include a static code checker?