pyro-ppl / funsor

Functional tensors for probabilistic programming
https://funsor.pyro.ai
Apache License 2.0
236 stars 20 forks source link

Tests fail #607

Closed GaetanLepage closed 1 year ago

GaetanLepage commented 1 year ago

Hello, The tests from the following files fail.

test/examples/test_sensor_fusion.py
test/pyro/test_convert.py
test/pyro/test_distribution.py
test/pyro/test_hmm.py
test/pyroapi/test_pyroapi.py

You can find slightly more detailed pytest logs here: https://pastebin.com/J5SBPxZ7.

ordabayevy commented 1 year ago

Hi @GaetanLepage

These tests past on my local machine with a fresh install of funsor. How did you run your tests? Funsor supports multiple backends and some tests pass only with a specific backend. Can you run the tests using make test or have a look at a Makefile for those specific dependencies?

fritzo commented 1 year ago

@GaetanLepage Could you also provide the output of python --version and pip freeze? BTW I find it useful to embed longform information in github markdown's <details> ... </details> tags like this:

``` long form information here ```
GaetanLepage commented 1 year ago

Oh, I was not aware of the Makefile. Using the latter, everything works fine. Thank you for the explanation, I guess that everything in all right now !