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

FIX LoadContext missing arg & wrong function name #325

Merged

Conversation

BenjaminBossan
Copy link
Collaborator

Fixes two bugs:

  1. LoadContext got another argument, the protocol, in PR ENH Dealing with skops persistence protocol updates #322. After this was merged, FEAT Function to visualize skops files #317 was not updated to reflect that change.
  2. An incorrect function name was used. Not sure why this did not already raise earlier.

This bug slipped through because the protocol update PR and the
visualzation PR were merged close after another but had this
incompatibility.
Not sure how this one slipped through.
@BenjaminBossan BenjaminBossan added the bug Something isn't working label Mar 23, 2023
@BenjaminBossan
Copy link
Collaborator Author

Ready for review @skops-dev/maintainers

@adrinjalali adrinjalali changed the title Fix: LoadContext missing arg & wrong function name FIX LoadContext missing arg & wrong function name Mar 23, 2023
@adrinjalali adrinjalali merged commit 8e677f4 into skops-dev:main Mar 23, 2023
@BenjaminBossan BenjaminBossan deleted the fix-loadcontext-missing-arg branch March 23, 2023 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants