Writing subset sensitivities to file
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 45/100
Research direction
Start at PoissonLogLikelihoodWithLinearKineticModelAndDynamicProjectionData, where each frame's subset sensitivity is written using names such as subset_sensitivity_0.hv. Trace the sensitivity-writing path and decide whether frame and subset identifiers are needed in filenames or only the final parametric product should be saved; done means successive frames no longer overwrite an unintended file.
Written by the indexing model from the issue text.
Description
In PoissonLogLikelihoodWithLinearKineticModelAndDynamicProjectionData, the sensitivity of each frame is calculated one after another. At the end of setting up each frame, the subset sensitivity is saved as, for example, subset_sensitivity_0.hv (for 0th subset).
This means that, for a given subset, each frame overwrites the previous one. We could save it as subset_sensitivity_f%_s%.hv for frames and subsets.
Alternatively, since we don't really need these subsets (we need the parametric versions, which are only calculated once all the individual frames have been calculated), we could just not write the sensitivity files for each frame as we calculate them, and only save the final product.
- Dominant language
- C++
- Stars
- 160
- Forks
- 113
- Avg merge
- 12d 15h
- Merged PRs (30d)
- 1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from UCL/STIR
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 3/5 1-2 days Newbie friendliness 68/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
-
Sensor initialization takes very long when `--initial-sim-time` is set to current UNIX timestamp Open
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
gazebosim/gz-sensors#662 · 1 comment ·
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
comp-datalake
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
ClickHouse/ClickHouse#121222 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
LadybirdBrowser/ladybird#12123 ·