From: stefan-wallner <no...@gi...> - 2019-06-28 16:00:50
|
Branch: refs/heads/pyPartialWaveFit Home: https://github.com/ROOTPWA-Maintainers/ROOTPWA Commit: d4ce98f1bfb55e72c22d4582466d5b0d5888e273 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/d4ce98f1bfb55e72c22d4582466d5b0d5888e273 Author: fkaspar <fk...@us...> Date: 2019-06-28 (Fri, 28 Jun 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_startParameterGenerator.py Log Message: ----------- pyPartialWaveFit: Fix startParameterGenerator seed Make proper use of numpy random state. By using 'self.generator' instead of 'np.random' the provided seed get respected. Commit: bdd071a506678ac702ea64fe245bc17da249dbd8 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/bdd071a506678ac702ea64fe245bc17da249dbd8 Author: fkaspar <fk...@us...> Date: 2019-06-28 (Fri, 28 Jun 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_startParameterGenerator.py Log Message: ----------- pyPartialWaveFit: Fix StartParameterGeneratorRpwaEllipsoid Fix StartParameterGeneratorRpwaEllipsoid to correctly handle list of integral matrices. This does still NOT with multiple datasets, but it should produce the old and correct behaviour for a single dataset. Commit: f83a71c121ea2f38a8a2bd971998eb5ba7abc07b https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/f83a71c121ea2f38a8a2bd971998eb5ba7abc07b Author: fkaspar <fk...@us...> Date: 2019-06-28 (Fri, 28 Jun 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_startParameterGenerator.py Log Message: ----------- pyPartialWaveFit: Add comment for matrix expansion Add a comment to explain the expansion of a complex matrix to an equivalent real matrix. Commit: e03cf796021f8e418805db977aea69e404a93510 https://github.com/ROOTPWA-Maintainers/ROOTPWA/commit/e03cf796021f8e418805db977aea69e404a93510 Author: stefan-wallner <ste...@tu...> Date: 2019-06-28 (Fri, 28 Jun 2019) Changed paths: M pyInterface/module/pyPartialWaveFit/_startParameterGenerator.py Log Message: ----------- Merge pull request #248 from fkaspar/pyPartialWaveFit startParameterGenerator: fix usage of random state Compare: https://github.com/ROOTPWA-Maintainers/ROOTPWA/compare/9fc018de4e0f...e03cf796021f |