lnccbrown / lnccbrown/ssm-simulators

Data generator unstable for some values of delta_t

Open
#115 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug linear-ssm-simulators
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.