compSPI / simSPI

Generative Models
9 stars 10 forks source link

Some tests fail locally because of the "/work/" absolute path #120

Open bogdantoader opened 2 years ago

bogdantoader commented 2 years ago

The absolute path "/work/" in the config files used by the Jupyter notebooks causes the test_notebook to fail when ran locally. This should be replaced with a relative path, but to do this, the constructor of tem.TEMSimulator should take the config as a dictionary rather than a path

fredericpoitevin commented 2 years ago

Thanks @bogdantoader for looking into this! I'll work on a fix