issues
search
pyro-ppl
/
funsor
Functional tensors for probabilistic programming
https://funsor.pyro.ai
Apache License 2.0
236
stars
20
forks
source link
Update uses of obsolete interpretation()
#479
Closed
fritzo
closed
3 years ago
fritzo
commented
3 years ago
Replaces
@interpretation(foo)
with
@foo
in a few examples
Converts a few examples to use f-strings (now that we're using Python 3.6+ again)
@interpretation(foo)
with@foo
in a few examples