Skip to content

Adds align profile, quick Bayesian exit, fixes bug in data background and BlittingSupport #212

Open
StephenNneji wants to merge 4 commits into
RascalSoftware:mainfrom
StephenNneji:align_profile
Open

Adds align profile, quick Bayesian exit, fixes bug in data background and BlittingSupport #212
StephenNneji wants to merge 4 commits into
RascalSoftware:mainfrom
StephenNneji:align_profile

Conversation

@StephenNneji

@StephenNneji StephenNneji commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

@StephenNneji StephenNneji changed the title Add align profile and quick Bayesian exit Adds align profile, quick Bayesian exit, fixes bug in data background and BlittingSupport Jul 15, 2026
Comment thread ratapi/inputs.py
if background.type == TypeOptions.Data:
contrast_background_param.append(project.data.index(background.source, True))
# Background data is appended to contrast data so empty index
contrast_background_param.append(np.array([]))

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you need to append an empty array here given that contrast_background_param is defined as an empty array on line 243?

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

Successfully merging this pull request may close these issues.

2 participants