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

Correction in the docstring of the SDFG class's init method #1571

Merged
merged 1 commit into from
May 8, 2024

Conversation

alexnick83
Copy link
Contributor

This PR corrects the SDFG.__init__ docstring to refer to the correct parameter constants (compile-time constants) instead of symbols (scalars that are immutable in the SDFG scope). See also #1563

@alexnick83 alexnick83 linked an issue May 8, 2024 that may be closed by this pull request
@alexnick83 alexnick83 requested review from tbennun and tim0s May 8, 2024 09:35
Copy link
Contributor

@tim0s tim0s left a comment

Choose a reason for hiding this comment

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

Makes sense now!

Merged via the queue into master with commit 5339c71 May 8, 2024
9 checks passed
@alexnick83 alexnick83 deleted the fix-sdfg-docstring branch May 8, 2024 16:53
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.

SDFG class documentation does not match implementation
3 participants