lnccbrown / lnccbrown/ssm-simulators
Generate single parameter "datasets"
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 24
- Forks
- 18
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 9
Description
Concatenation error when 'n_parameter_sets' is set to 1. Maybe this is handled in a different execution flow via simulator() instead of data_generator() but this condition must be explicitly checked here.
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
Start at ssms/dataset_generators/lan_mlp.py around line 254 and reproduce the concatenation error with n_parameter_sets set to 1. Compare the data_generator() path with the simulator() flow mentioned in the issue. Done means the single-parameter case is explicitly handled and generates the datasets without the concatenation error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100