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

Allow SScope to have unused keyword arguments #43

Merged
merged 1 commit into from Jan 17, 2022

Conversation

kralka
Copy link
Collaborator

@kralka kralka commented Jan 17, 2022

The SScope is expected to be initialized using capture_info (to have all
information present in capture_info). But capture_info might contain
more information which is not needed to initialize SScope. This commit
allows SScope to ignore the rest of the capture_info.

@kralka kralka requested a review from jmichelp January 17, 2022 12:19
@kralka
Copy link
Collaborator Author

kralka commented Jan 17, 2022

Part of issue #42

scaaml/capture/aes/scope.py Outdated Show resolved Hide resolved
scaaml/capture/aes/scope.py Outdated Show resolved Hide resolved
The SScope is expected to be initialized using capture_info (to have all
information present in capture_info). But capture_info might contain
more information which is not needed to initialize SScope. This commit
allows SScope to ignore the rest of the capture_info.
@kralka kralka merged commit 0c7eb5f into google:master Jan 17, 2022
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.

None yet

2 participants