Feature #218
Provide python example of fitting using external ROOT
Status: | Archived | Start date: | 15 Mar 2013 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | pospelov | % Done: | 0% | |
Category: | - | |||
Target version: | Sprint 12 |
History
#1 Updated by pospelov almost 8 years ago
- Status changed from Backlog to Sprint
#2 Updated by pospelov almost 8 years ago
- Target version set to Sprint 12
#3 Updated by pospelov almost 8 years ago
- Assignee set to pospelov
#4 Updated by pospelov almost 8 years ago
It is done, at last. Two new functional tests, TestFit01 and TestFit02, are implemented in C++ and python and are the part of our FunctionalTest collection.
To run all together
cd FunctionalTest; python test_all.py
To run C++ part only: python test_all.py C++
To run Python part only: python test_all.py Python
#5 Updated by pospelov almost 8 years ago
- Status changed from Sprint to Resolved
#6 Updated by herck almost 8 years ago
- Status changed from Resolved to Archived