-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starsim bfc tests #570
base: main
Are you sure you want to change the base?
Starsim bfc tests #570
Conversation
In order to include these test in CI we need to:
|
Wait.. what? They did not fail... but how can this
|
|
Just coming back to this topic. The point of this pull request is to test the frameworks for event generation, rather than testing individual event generators. So in my next commit I will remove the falsely-passing tests and commit the test that I am really interested in... a test of StarGenerator. That test will ensure that I don't make any code-breaking commits as I integrate the geant4 maker. |
…option to load it separately
eta and phi according to attributes set on the maker. Add option to BFC to throw 80 muons flat in pt, eta and phi. The intent is to provide an integration test of the StarGenerator framework. --- Throw particles flat in phase space if appropriate attributes set on the generator. Add option to throw a flat distribution of particles using StarGenerator, analagous to the "gstar" option. On genmuons, instantiate the StarPrimaryMaker. Add kinematics generator. Setup for 80 muons flat in pt,eta and phi. Add CI test for StarGenerator
Note... 1 test fails (128) b/c it is no longer defined (and I am unable to remove the test from the workflow due to lack of permission). |
There is 128 in |
What lack of permission? You should be able to modify .github/workflows/build-pull-request.yml like anyone else with write permission to this repo. I just checked; job 128 was included because you had it in the initial commit on this branch, 2c7f059. However, it was somehow removed in the subsequent commits.
|
ah, thanks for checking. So @klendathu2k do you want to bring that job back or the commit is ok as it is? Let me know, I can go ahead and approve it |
changes after it's been reviewed, non-existing test job is failing
Add three tests which exercise starsim via St_geant_Maker. Duration of the tests is quick O(2min).