skinniderlab / CLM

MIT License
0 stars 0 forks source link

Index calculation is incorrect #112

Open vineetbansal opened 6 months ago

vineetbansal commented 6 months ago

Here:

https://github.com/vineetbansal/CLM/blob/b93998fb70f6641e23a2f0298ba2fe08a1c2f290/src/clm/commands/inner_write_structural_prior_CV.py#L243

the "Index" values will be repeated as each chunk of data comes in. "Index" doesn't seem to be used anywhere other than the unit tests, so it can probably just be eliminated.