Made sure to delete entire run_1 folder after each run to avoid getting unwanted error "K2collimator frozen" when it is not supposed to be there.
It was not possible to have a run with particles > 50 000 due to the default capacity. Passing _capacity as kwargs or a parameter did not work as it did not reach the init. Temporary(!) solution is to assign it in start().
Small changes in test_K2.
Closes # .
Checklist
Mandatory:
[ ] I have added tests to cover my changes
[ ] All the tests are passing, including my new ones
[ ] I described my changes in this PR description
Optional:
[ ] The code I wrote follows good style practices (see PEP 8 and PEP 20).
[ ] I have updated the docs in relation to my changes, if applicable
Description
Made sure to delete entire run_1 folder after each run to avoid getting unwanted error "K2collimator frozen" when it is not supposed to be there. It was not possible to have a run with particles > 50 000 due to the default capacity. Passing _capacity as kwargs or a parameter did not work as it did not reach the init. Temporary(!) solution is to assign it in start(). Small changes in test_K2.
Closes # .
Checklist
Mandatory:
Optional: