lnccbrown / lnccbrown/ssm-simulators
Data generator unstable for some values of delta_t
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 24
- Forks
- 18
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 9
Description
For some combinations of models and values of `data_generator_config["lan"]["delta_t"]`, `DataGenerator.generate_data_training_uniform` crashes. For example,
```python
[
"lca_4",
"lca_no_bias_4",
"lca_no_z_4",
"lca_no_bias_angle_4"
]
```
all fail with `"delta_t"` set to `0.01`. However, the generator seems to produce data when the default (`0.001`) is used.
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
Reproduce the crash in DataGenerator.generate_data_training_uniform for the listed models with data_generator_config["lan"]["delta_t"] set to 0.01, then compare it with the default 0.001 behavior. Inspect that entry point and determine what is needed for the listed combinations to generate training data without crashing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 42/100