mtazzari / galario

Gpu Accelerated Library for Analysing Radio Interferometer Observations
https://mtazzari.github.io/galario/
GNU Lesser General Public License v3.0
31 stars 15 forks source link

unrecognized argument when running ctest #198

Open kgourdji opened 1 year ago

kgourdji commented 1 year ago

Hi,

I'm installing galario manually and have been following the nice instructions on the wiki. I ran ctest -V --output-on-failure as instructed after building but got the following error message when test #3 fails:

Test command: /home/kgourdji/packages/galario/build/python/py.test.sh "/home/kgourdji/packages/galario/build/python_package/tests/test_galario.py" "--cov=./" 3: Test timeout computed to be: 10000000 3: ERROR: usage: __main__.py [options] [file_or_dir] [file_or_dir] [...] 3: __main__.py: error: unrecognized arguments: --cov=./

I ran the test manually though and it passed fine.