We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building the latest master (db2e244) on macOS (with a small change to fix #378), I get a errors for this test: https://github.com/cosmo-epfl/librascal/blob/db2e2445d34c196c94731249061740123f9fbc28/tests/test_calculator.cc#L290-L357
Running 37 test cases... /Users/guillaume/code/librascal/tests/test_calculator.cc:331: error: in "representation_test/multiple_center_mask_test<rascal__CalculatorFixture<rascal__MultipleStructureSphericalCovariants<rascal__MultipleStructureManagerNLCCStrictFixtureCenterMask>>>": check rep_full.cols() == rep_no_center.cols() has failed [180 != 160] /Users/guillaume/code/librascal/tests/test_calculator.cc:346: error: in "representation_test/multiple_center_mask_test<rascal__CalculatorFixture<rascal__MultipleStructureSphericalCovariants<rascal__MultipleStructureManagerNLCCStrictFixtureCenterMask>>>": check diff <= math::DBL_FTOL has failed [1.2293360728836216 > 2.2204460492503131e-14] /Users/guillaume/code/librascal/tests/test_calculator.cc:331: error: in "representation_test/multiple_center_mask_test<rascal__CalculatorFixture<rascal__MultipleStructureSphericalCovariants<rascal__MultipleStructureManagerNLCCStrictFixtureCenterMask>>>": check rep_full.cols() == rep_no_center.cols() has failed [1080 != 960] /Users/guillaume/code/librascal/tests/test_calculator.cc:346: error: in "representation_test/multiple_center_mask_test<rascal__CalculatorFixture<rascal__MultipleStructureSphericalCovariants<rascal__MultipleStructureManagerNLCCStrictFixtureCenterMask>>>": check diff <= math::DBL_FTOL has failed [0.64030837310064947 > 2.2204460492503131e-14] /Users/guillaume/code/librascal/tests/test_calculator.cc:331: error: in "representation_test/multiple_center_mask_test<rascal__CalculatorFixture<rascal__MultipleStructureSphericalCovariants<rascal__MultipleStructureManagerNLCCStrictFixtureCenterMask>>>": check rep_full.cols() == rep_no_center.cols() has failed [180 != 160] /Users/guillaume/code/librascal/tests/test_calculator.cc:346: error: in "representation_test/multiple_center_mask_test<rascal__CalculatorFixture<rascal__MultipleStructureSphericalCovariants<rascal__MultipleStructureManagerNLCCStrictFixtureCenterMask>>>": check diff <= math::DBL_FTOL has failed [1.2238504980765332 > 2.2204460492503131e-14] /Users/guillaume/code/librascal/tests/test_calculator.cc:331: error: in "representation_test/multiple_center_mask_test<rascal__CalculatorFixture<rascal__MultipleStructureSphericalCovariants<rascal__MultipleStructureManagerNLCCStrictFixtureCenterMask>>>": check rep_full.cols() == rep_no_center.cols() has failed [1080 != 960] /Users/guillaume/code/librascal/tests/test_calculator.cc:346: error: in "representation_test/multiple_center_mask_test<rascal__CalculatorFixture<rascal__MultipleStructureSphericalCovariants<rascal__MultipleStructureManagerNLCCStrictFixtureCenterMask>>>": check diff <= math::DBL_FTOL has failed [0.80292449399458199 > 2.2204460492503131e-14] *** 8 failures are detected in the test module "boost_test_sequence"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Building the latest master (db2e244) on macOS (with a small change to fix #378), I get a errors for this test:
https://github.com/cosmo-epfl/librascal/blob/db2e2445d34c196c94731249061740123f9fbc28/tests/test_calculator.cc#L290-L357
The text was updated successfully, but these errors were encountered: