I’m trying to run some tests in the stan repo and stan/runTests.py
produces the following error
pc-2097d:stan ds921$ ./runTests.py src/test/unit/mcmc/hmc/hamiltonians/dense_e_metric_test.cpp
Traceback (most recent call last):
File "./runTests.py", line 16, in <module>
"lib", "stan_math", "runTests.py"))
IOError: [Errno 2] No such file or directory
I’m running on a mac and can give some system info if you think it’s necessary, but I did notice that this version of runTests.py
is much shorter than the math library version