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

Record all base classes when multiple inheritance #832

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

dachengx
Copy link
Collaborator

What is the problem / what does the code in this PR do

Previously only the first base class is recorded, but the change of second or third base classes are not recorded in the lineage. So the change of second or third base classes will not be reflected in lineage so might cause trouble in processing and loading data.

Can you briefly describe how it works?

Can you give a minimal working example (or illustrate with a figure)?

Please include the following if applicable:

  • Update the docstring(s)
  • Update the documentation
  • Tests to check the (new) code is working as desired.
  • Does it solve one of the open issues on github?

Please make sure that all automated tests have passed before asking for a review (you can save the PR as a draft otherwise).

@dachengx dachengx requested review from WenzDaniel and yuema137 April 29, 2024 02:08
@dachengx dachengx marked this pull request as ready for review April 29, 2024 02:22
@coveralls
Copy link

coveralls commented Apr 29, 2024

Coverage Status

coverage: 91.09% (+0.04%) from 91.053%
when pulling b0a0af4 on record_more_parent_plugins
into 274742e on master.

@dachengx dachengx merged commit a23fb91 into master Apr 29, 2024
9 checks passed
@dachengx dachengx deleted the record_more_parent_plugins branch April 29, 2024 05:42
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