aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2018-06-25Rename first/second/third/fourth_merge_check to process_hkl_check_1/2/3/4Thomas White
2018-06-25Test the compiled binaries, not the installed onesThomas White
2018-06-25Switch remaining tests from "ex" to "sed"Thomas White
2018-06-22tests/first_merge_check: Fix bracketThomas White
2018-06-11Use different temporary filenames for partialator merge checksThomas White
...because they might be run in parallel.
2018-05-24adapt cmake to link to fdip includes in testsYaroslav Gevorkov
2018-05-17Remove .gitignore completelyThomas White
2018-05-17Remove old test from CMakeLists.txtThomas White
2018-05-17Merge branch 'tom/cmake'Thomas White
2018-05-11Add --no-logs to partialator testsThomas White
2018-05-11Much better way of stripping the audit information out of hkl filesThomas White
2018-05-11New scaling testThomas White
Not just for linear scaling
2018-05-07linear_scale_check: Set redundancies for reflection listThomas White
2018-05-07Simplify scalingThomas White
2018-05-07Preparation for adjusting B factor during post-refinementThomas White
Add --no-Bscale option to partialator, and pass down as far as needed residual() no longer does scaling: call scale_one_crystal() first if necessary scale_one() replaces old linear_scale() function to scale a pair of RefLists (but so far does the same as the old function)
2018-03-22OpenCL stuffThomas White
2018-03-22Compile and run testsThomas White
2018-02-27Don't complain loudly about scaling failures during refinementThomas White
As long as it doesn't end up somewhere bad, it can probe where it likes.
2018-02-27Add test for linear scalingThomas White
2018-02-27pattern_sim: Add --flatThomas White
2018-02-27Remove tests/pr_p_gradient_checkThomas White
Will not be needed for new gradient-free minimiser
2018-02-27New partiality model from Ginn et al.Thomas White
2018-02-27Separate partiality calculation from predictionThomas White
2017-10-23Check return values from fread/fgetsThomas White
2017-09-06tests/transformation_check: Check lots more thingsThomas White
2016-12-13Fix tests for new polarisation correctionThomas White
Actually, disable the polarisation correction in the tests.
2016-08-17Fix tests/ring_checkThomas White
2016-08-17Update tests to handle audit lines at end of reflection listsThomas White
2016-07-29Use z component in GPU simulationThomas White
2016-07-29tests/gpu_sim_check: Restore actual check (!)Thomas White
2016-07-29Panel coordinate fixes for GPU simulationThomas White
2016-07-01Remove slab-relative coordinates from testsThomas White
2016-03-18Tiny clean-upsThomas White
2015-12-10Fix integration tests for new saturation mapThomas White
2015-10-07tests/gpu_sim_check: Update for new GPU simulation codeThomas White
2015-10-06Fix tests/ring_checkThomas White
2015-10-05Tests: Remove image->dataThomas White
2015-08-02Tidy up partialator testsThomas White
2015-08-01Update partialator unit testsThomas White
2015-07-13Fix some warningsThomas White
2015-07-08Remove unnecessary calculations from prediction refinementThomas White
2015-05-13partialator: Move scaling calculation into PR properThomas White
2015-04-20Avoid testing gradients which don't make senseThomas White
2015-04-20Factorise dr/da part of gradient calculation for PR and predictionThomas White
2015-04-20Update .gitignoreThomas White
2015-04-20Remove debugThomas White
2015-04-20Split x and y terms in residualThomas White
2015-04-20Make panel assignments invariant during prediction- and post-refinementThomas White
Reflections appearing and disappearing are problematic when trying to do a least-squares refinement. Therefore, assume that reflections stay on panel and keep them under consideration even if their partialities go to zero (i.e. they drift off Bragg). This should stabilise both refinements, and simplifies quite a lot of code. Collateral "damage": the old "select_intersection()" is now gone.
2015-04-20Add gradient test program and fix gradientsThomas White
2014-11-14pattern_sim: Better error trappingThomas White