-
Notifications
You must be signed in to change notification settings - Fork 485
First step towards the simulation challenge #6530
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
Conversation
|
None of the four failed checks seem to have anything related with what I have done |
|
After today's WP4+WP14 meeting I've realized that the PR is big and perhaps I should have explained it a bit better. The first commit basically replicates The singles variables are indexed by track The second commit just extracted the data collection out of the The third commit just removed the span of a task per centrality range and used instead a The fourth commit just changed the name of the task and of the source file to comply with the executable naming convention The fifth commit just modified a sentence to comply with o2 code format |
|
Hi @victor-gonzalez, |
|
You are right with the |
Where can I find the right copyright notice? |
|
Hi Victor, |
For the time being is being a separate task The final goal is a single one Implemented - data collection directly in differential form - huge decrease in memory layout
The whole data collecting functionality is encapsulated into an structure which can be replicated as needed
The idea is to have a multitask scenario for running systematic tests in 'parallel' exclusively
|
Merging so that you can go ahead with your work. |
* First step towards the simulation challenge For the time being is being a separate task The final goal is a single one Implemented - data collection directly in differential form - huge decrease in memory layout * Introduction of the data collecting engine structure The whole data collecting functionality is encapsulated into an structure which can be replicated as needed * Just a single task for the different cent/mult ranges The idea is to have a multitask scenario for running systematic tests in 'parallel' exclusively
For the time being is being a separate task
The final goal is a single one
Implemented