This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 29 Jul, 2020 1 commit
-
-
Danny Hindson authored
Modified MonteCarloAbsorptionTest.h to add more unit tests, add integration tests that are based on scenarios with an analytic result and remove a couple of integration tests where good system test cover already in place Add one more test to SpareInstrumentTest to check the inverse square weighting
-
- 17 Jul, 2020 10 commits
-
-
Danny Hindson authored
-
Danny Hindson authored
Set up factory methods to create the MCAbsorptionStrategy and MCInteractionVolume objects on the MonteCarloAbsorption algorithm Create first MonteCarloAbsorption unit test using new mock classes
-
Gagik Vardanyan authored
Merge pull request #28979 from mantidproject/28982_ImproveErrorCalculationOnMonteCarloAbsCorrections Improve the error calculation in MonteCarloAbsorption
-
Gagik Vardanyan authored
Reset peak HKL if outside tolerance in IndexPeaks
-
Nick Draper authored
Pick off a couple more unreliable tests
-
Gigg, Martyn Anthony authored
Fix deprecation warning
-
Gigg, Martyn Anthony authored
-
Martyn Gigg authored
Detected by address sanitizer
-
Martyn Gigg authored
Drops the test time from >100s to ~2-3s and avoids timeout when running in parallel with other tests and loading can be even slower.
-
Danny Hindson authored
Finalised mock classes in MCInteractionVolume and created new IMCInteractionVolume interface class to make mocking more simple Started work on setting up mock classes in MonteCarloAbsorptionTest
-
- 16 Jul, 2020 16 commits
-
-
Gigg, Martyn Anthony authored
-
Savici, Andrei T authored
Merge branch 'unit_tests_ununtu_20_04' of https://github.com/mantidproject/mantid into unit_tests_ununtu_20_04
-
Savici, Andrei T authored
-
Gemma Guest authored
Fix doctests/packaging for Python 3.8
-
Gemma Guest authored
Fix figure options image tab settings for ws with numeric axis
-
RichardWaiteSTFC authored
-
Savici, Andrei T authored
Stitching tab for ORNL SANS
-
Martyn Gigg authored
Previously we were shipping a broken setuptools installation that would not respond to the egg_info command so when trying to build a dependency the command would fall over. Machines with all requirements cached would not require the setup.py step and would succeed
-
Martyn Gigg authored
Doctests are not for verifying accuracy but confirming the api still works expected.
-
Martyn Gigg authored
time.clock was removed in Python 3.8 but this has been missed as the doctests have not yet been run through Python 3.8
-
RichardWaiteSTFC authored
-
Gemma Guest authored
Lazily Generate Python Algorithm Function Signatures and DocStrings
-
Gemma Guest authored
Add fit output status to Indirect Data Analysis fitting tabs
-
Danny Hindson authored
-
RichardWaiteSTFC authored
-
Gigg, Martyn Anthony authored
It is always installed with setuptools so setuptools can assume it will always be there.
-
- 15 Jul, 2020 4 commits
-
-
Danny Hindson authored
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
Gagik Vardanyan authored
28927 ill d7 signed two theta
-
- 14 Jul, 2020 9 commits
-
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
Danny Hindson authored
Vectors are stored as Eigen::Vector3d in the detector info which means that -0.0 is stored as simply 0.0. This alters the long calculation at the poles and returns 0 instead of -pi. Don't think it matters though as long not well defined at the pole
-
Danny Hindson authored
Added methods to allow the dependencies of MonteCarloAbsorption to be overridden during unit testing with Mock classes Also shared out some of the free functions in SparseInstrument into the DetectorInfo and InterpolationOption classes where they can be more easily mocked
-
Savici, Andrei T authored
Clarify rotations in documentation
-
Gemma Guest authored
Suppress C++17 deprecation warnings on inheriting std::iterator
-
Conor Finn authored
RE #28809
-