Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Burn-in length stuck at 0.25 on saved slicecore objects #33

Open
amandakaris opened this issue Feb 18, 2025 · 0 comments
Open

Burn-in length stuck at 0.25 on saved slicecore objects #33

amandakaris opened this issue Feb 18, 2025 · 0 comments

Comments

@amandakaris
Copy link

The issue:
The burn-in on saved slicecore objects is automatically set to 0.25 even if, when initially creating the core, I set the burn-in length to be something different. Specifying a burn-in length when loading in an old slicecore does not change it from 0.25.

My quick fix:
Change line 79 in slices.py to super().__init__(corepath=corepath, burn=burn) so that specifying the burn-in length when loading an old slicecore replaces the default 0.25.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant