- Mar 02, 2021
-
-
Mircho Rodozov authored
change test limits taken from: https://github.com/root-project/root/commit/fe5c74b5ed6045eb72091bad693f7af1fdf2266e
-
- Nov 21, 2020
-
-
Fons Rademakers authored
-
Axel Naumann authored
-
Axel Naumann authored
-
- Jun 05, 2020
-
-
Olivier Couet authored
-
- May 29, 2020
-
-
Sergey Linev authored
-
- May 26, 2020
-
-
Lorenzo Moneta authored
-
- May 18, 2020
-
-
Lorenzo Moneta authored
* Fix case when ROOT is running with MT and TVIrtualFitter pointer to last fitter is not present * Fix multithread fitting when computing a bin intengral or re-normalizing by the bin volume (case of Thnsparse fit). The fix is applied for both least-square and binned likelihood fit Improve stressHistoFit test. Add option "-t" to run in multi-thread mode. Add the option X for fitting to make sure chi2 method is run Now all stresshistofit tests pass in multi-thread mode. Note that when computing integral in multi-thread only the GuassIntegrator of mathcore is thread safe for 1D. Also the AdaptiveIntegratorMultiDim, used in the multi-dim case, is thread safe. * Remove non-thread safe access to BinData::BinEdge also in other fitting functions and replace them with the thread safe version
-
- May 11, 2020
-
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
- May 05, 2020
-
-
Stephan Hageboeck authored
-
- May 04, 2020
-
-
Sergey Linev authored
-
- Apr 02, 2020
-
-
Oksana Shadura authored
-
- Mar 31, 2020
-
-
Philippe Canal authored
-
Philippe Canal authored
-
Philippe Canal authored
Due to the previous random memory address read, we ended up testing a new content layout that we are reproducing now with a 'fixed' cut. In this test, we first create a TEntryList from a large chain but apply it to a small chain but none of the entries in the small tree was selected then it triggered a crash in TEntryList
-
Philippe Canal authored
-
- Mar 27, 2020
-
-
Jan Musinsky authored
* universal time in pdf file * changes after universal time in pdf file * update release notes universal time in pdf file * add name
-
- Mar 18, 2020
-
-
Bertrand Bellenot authored
-
- Mar 10, 2020
-
-
Sergey Linev authored
-
- Mar 02, 2020
-
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
- Feb 14, 2020
-
-
Sergey Linev authored
-
- Feb 12, 2020
-
-
Lorenzo Moneta authored
This fixes ROOT-10540 and ROOT-10536
-
Stephan Hageboeck authored
RooAbsData was including too many files. After stripping down these includes, some missing includes across users of RooAbsData were found and fixed.
-
- Jan 30, 2020
-
-
Sergey Linev authored
-
Sergey Linev authored
-
- Jan 29, 2020
-
-
Sergey Linev authored
-
Sergey Linev authored
Good candidate for removing it
-
Sergey Linev authored
-
Sergey Linev authored
-
- Jan 28, 2020
-
-
Sergey Linev authored
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
This patch fixes the compilation of math/mathmore/test/StatFunction.cxx, but whith the `win_broken_tests` flag, the test-stressmathmore-interpreted fails with the followin errors: 193: Processing C:/Users/bellenot/git/master/test/stressMathMore.cxx... 193: In file included from C:\Users\bellenot\build\debug\input_line_11:15: 193: In file included from C:\Users\bellenot\build\debug\etc\dictpch\allHeaders.h:943: 193: C:/Users/bellenot/build/debug\include\Math/Functor.h:181:9: error: virtual function 'Clone' has a different return type ('auto') than the function it overrides (which has return type 'ROOT::Math::IBaseFunctionOneDim *') 193: auto Clone() const { return Copy(); } 193: ~~~~ ^ 193: C:/Users/bellenot/build/debug\include\Math/Functor.h:731:17: note: in instantiation of template class 'ROOT::Math::FunctorGradHandler<ROOT::Math::GradFunctor1D, InvFunc, StatFunction>' requested here 193: fImpl(new FunctorGradHandler<GradFunctor1D,Func, GradFunc>(f, g) ) 193: ^ 193: C:\Users\bellenot\git\master\test\stressMathMore.cxx:405:21: note: in instantiation of function template specialization 'ROOT::Math::GradFunctor1D::GradFunctor1D<InvFunc, StatFunction>' requested here 193: GradFunctor1D func(finv,*this); 193: ^ 193: C:\Users\bellenot\build\debug\include\Math\IFunction.h:152:39: note: overridden virtual function is here 193: virtual IBaseFunctionOneDim *Clone() const = 0; 193: ~~~~~~~~~~~~~~~~~~~~~^ 193: CMake Error at C:/Users/bellenot/build/debug/RootTestDriver.cmake:241 (message): 193: error code: 1 193: 193: 2/2 Test #193: test-stressmathmore-interpreted ...***Failed 4.45 sec
-
Bertrand Bellenot authored
- Add a CMake flag (win_broken_tests) to enable broken tests on Windows - Add a couple of `FIXME` comments, for the following errors: - In TSystem::GetIncludePath(), with ACLiC: input_line_12:8:38: error: use of undeclared identifier 'IC' "C:/Users/bellenot/build/debug/etc" -IC:/Users/bellenot/build/debug/etc//cling -IC:/Users/bellenot/build/debug/include"", ^ Error in <ACLiC>: Dictionary generation failed! - When compiling math/mathmore/test/StatFunction.cxx, it generates those errors: Math/Functor.h(182): error C2059: syntax error: '<' Math/Functor.h(182): error C2947: expecting '>' to terminate template-argument-list, found '<' Math/Functor.h(182): error C2062: type 'unknown-type' unexpected Math/Functor.h(181,-1847264676) : error C2039: 'Clone': is not a member of '`global namespace'' Math/Functor.h(182): error C2143: syntax error: missing ';' before '{' Math/Functor.h(182): error C2447: '{': missing function header (old-style formal list?) Math/Functor.h(182): error C2059: syntax error: '<' Math/Functor.h(182): error C2947: expecting '>' to terminate template-argument-list, found '<' Math/Functor.h(182): error C2062: type 'unknown-type' unexpected Math/Functor.h(181,-1847263020) : error C2039: 'Clone': is not a member of '`global namespace'' Math/Functor.h(182): error C2143: syntax error: missing ';' before '{' Math/Functor.h(182): error C2447: '{': missing function header (old-style formal list?)
-
Bertrand Bellenot authored
- Add a couple of missing symbols into the export list - Fix several test failing on Windows, mostly due to files staying open (creates file access issues on Windows) - Filter-out several unsupported tests (will add them back once the underlying issues are fixed)
-
- Jan 14, 2020
-
-
Simon Spies authored
[graf2d] Unified the drawing of marker styles 3, 5 and 31 between TVirtualX and TVirtualPS based implementations. (#4762)
-