-
Notifications
You must be signed in to change notification settings - Fork 110
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
Fix fragmented df dm #10202
Fix fragmented df dm #10202
Conversation
f7adaf3
to
30c7c54
Compare
CodSpeed Performance ReportMerging #10202 will not alter performanceComparing Summary
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The first commit requires a better explanation. But otherwise good job! 🚀
And what about: |
The group name is still |
You are correct. It is actually a dataset that is created out of load_parameters. So all good! |
- Creates a dataframe for the default values and concatenates it with the design matrix dataframe to avoid inserting many columns and 'defragmenting' the dataframe, per Pandas warning.
30c7c54
to
d047981
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good job! 🚀
Issue
Resolves #10143
git rebase -i main --exec 'just rapid-tests'
)When applicable