Remove pipenv commands, resolve pandas dependency issue, remove TD test
All threads resolved!
All threads resolved!
This commit fixes issue in testing
- Removes the pipenv installation steps prior to testing
- Fixes the pandas==0.23 dependency issue
- Remove the TD testing
For point 3, this is a temporary measure whilst lalsuite#153 (closed) is investigated.
Edited by Gregory Ashton
Merge request reports
Activity
Moritz and I decided that the part of this test that is failing can safely be removed. This is a change in
lalsuite
which we don't have to care about because of the function being tested.self = <test.gw_utils_test.TestGWUtils testMethod=test_get_approximant> def test_get_approximant(self): with self.assertRaises(ValueError): gwutils.lalsim_GetApproximantFromString(10) > self.assertEqual(gwutils.lalsim_GetApproximantFromString("IMRPhenomPV2"), 69) E AssertionError: 70 != 69 test/gw_utils_test.py:165: AssertionError
- Automatically resolved by Gregory Ashton
- Automatically resolved by Gregory Ashton
mentioned in commit 8c03c68f
Please register or sign in to reply