aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2020-07-29Fix a typoThomas White
2020-07-29Remove unnecessary librariesThomas White
2020-07-29tests/ev_enum1: Use API functionThomas White
2020-07-29Handle event expansion even for single-event filesThomas White
2020-07-29Avoid compiling image-hdf5.c ten timesThomas White
2020-07-29cellcompare_check: Reduce ntrials to 5Thomas White
Makes this test take 30 seconds instead of a minute
2020-07-29prof2d_check: Decrease size of unit cellThomas White
It was taking multiple minutes to run, discouraging me from running the test suite at all.
2020-07-29Implement dimension part of event expansion, and clean up testsThomas White
2020-07-29Path part of event expansionThomas White
2020-07-29Remove events.c, part 2Thomas White
New event parsing, done at the last minute in image-hdf5.c
2020-07-29Convert prediction_gradient_check to detgeomThomas White
2020-07-29Update tests for detgeomThomas White
2020-07-29Convert prediction gradients to detgeomThomas White
2020-07-29Convert prediction and integration to detgeomThomas White
2020-07-29Add a couple of missing semicolonsThomas White
Not previously noticed because ERROR and STATUS were macros
2020-07-29ImageFeatureList: Store panel number, not pointerThomas White
This makes the conversion to DataTemplate/detgeom MUCH easier.
2020-01-10Mass update of copyright datesThomas White
2019-09-25tests/rational_check: Fix wrong bracketsThomas White
2019-09-02Add tests/polarisation_check (not in 'make test' list)Thomas White
2019-08-29prediction_gradient_check: Reduce bandwidthThomas White
Gradients are only correct for monochromatic radiation
2019-08-28prediction_gradient_check, prof2d_check: Set up Spectrum structureThomas White
2019-08-28Rationalise matrix mutliplicationThomas White
compare_reindexed_cell_parameters still needs to be updated
2019-08-22cellcompare_check: Fix terminology, and reduce number of trialsThomas White
2019-08-22Remove match_cell and match_cell_abThomas White
2019-08-22cellcompare_check: Variable for number of trialsThomas White
2019-08-22Final implementation of Niggli-based cell comparisonThomas White
2019-08-22Tidy up comparison function definitionsThomas White
Especially, remove the last ltl/atl tolerance values.
2019-08-22Determine cell reduction tolerance automaticallyThomas White
2019-08-22Working Niggli reductionThomas White
2019-08-22Framework for new unit cell comparison functionThomas White
2019-08-16cellcompare_check: Progress barsThomas White
2019-08-16Don't use H centering for cell comparison checkThomas White
2019-08-16Reduce range of reindexing matricesThomas White
2019-08-16Set centering on input cellThomas White
2019-08-16Pass transformation matrix for debuggingThomas White
2019-08-16Implement random reindexing matrixThomas White
2019-08-16"Final" cellcompare_checkThomas White
2019-08-16Add cellcompare_checkThomas White
2019-07-30Spectrum: Define Gaussian using area, not heightThomas White
2019-06-04gpu_sim_check: Increase tolerance from 1.1% to 1.2%Thomas White
1.13% deviation now observed in the wild, with no other problems.
2019-05-29Fix SASE simulationThomas White
2019-05-29Spectrum generationThomas White
2019-05-29Use Spectrum API for simulationThomas White
2019-05-15Complete implementation of Spectrum APIThomas White
2019-05-14Move Histogram out of APIThomas White
It's only used by two test programs
2019-05-14gpu_sim_check: Increase tolerance from 1% to 1.1%Thomas White
1.03% deviation was observed in the wild, with no apparent problems.
2019-05-13gpu_sim_check: Succeed if GPU not availableThomas White
On recent OSes, OpenCL (the API) is always available, but a GPU device not always. Therefore, this test will always be built, and shouldn't fail just because a GPU isn't present.
2019-05-07Remove intmat_set_all_3x3()Thomas White
2019-03-13Rename rtnl_mtx_solve and rtnl_mtx_mult to make their purpose clearerThomas White
2019-03-11Change matrix notation to match ITA chapter 5.1Thomas White