Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-26 | cellcompare_check: Factorise code and reduce to 1 repetition of each | Thomas White | |
Otherwise it takes far too long. | |||
2020-07-29 | Remove config.h from tests | Thomas White | |
This is a relic from autotools, where config.h might add function definitions. The tests shouldn't be behaving differently based on the configuration (though perhaps tests might be enabled or disabled by the build system). Also: which config.h should it be? The top-level one, or libcrystfel's? | |||
2020-07-29 | cellcompare_check: Reduce ntrials to 5 | Thomas White | |
Makes this test take 30 seconds instead of a minute | |||
2020-07-29 | Add a couple of missing semicolons | Thomas White | |
Not previously noticed because ERROR and STATUS were macros | |||
2020-01-10 | Mass update of copyright dates | Thomas White | |
2019-08-22 | cellcompare_check: Fix terminology, and reduce number of trials | Thomas White | |
2019-08-22 | Remove match_cell and match_cell_ab | Thomas White | |
2019-08-22 | cellcompare_check: Variable for number of trials | Thomas White | |
2019-08-22 | Final implementation of Niggli-based cell comparison | Thomas White | |
2019-08-22 | Tidy up comparison function definitions | Thomas White | |
Especially, remove the last ltl/atl tolerance values. | |||
2019-08-22 | Determine cell reduction tolerance automatically | Thomas White | |
2019-08-22 | Working Niggli reduction | Thomas White | |
2019-08-22 | Framework for new unit cell comparison function | Thomas White | |
2019-08-16 | cellcompare_check: Progress bars | Thomas White | |
2019-08-16 | Don't use H centering for cell comparison check | Thomas White | |
2019-08-16 | Reduce range of reindexing matrices | Thomas White | |
2019-08-16 | Set centering on input cell | Thomas White | |
2019-08-16 | Pass transformation matrix for debugging | Thomas White | |
2019-08-16 | Implement random reindexing matrix | Thomas White | |
2019-08-16 | "Final" cellcompare_check | Thomas White | |
2019-08-16 | Add cellcompare_check | Thomas White | |