Skip to content

Fix perf path in codegen #1985

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

Merged
merged 2 commits into from
Apr 24, 2025
Merged

Fix perf path in codegen #1985

merged 2 commits into from
Apr 24, 2025

Conversation

edopao
Copy link
Collaborator

@edopao edopao commented Apr 24, 2025

This code change addresses the following error:

           callsite_stream.write(
>               '''__state->report.save("{path}/perf", __HASH_{name});'''.format(path=sdfg.build_folder.replace(
                    '\\', '/'),
                                                                                 name=sdfg.name), sdfg)
E           TypeError: Path.replace() takes 2 positional arguments but 3 were given

@edopao edopao marked this pull request as ready for review April 24, 2025 13:20
@phschaad phschaad enabled auto-merge April 24, 2025 15:07
@phschaad phschaad added this pull request to the merge queue Apr 24, 2025
Merged via the queue into spcl:main with commit 7e1b31f Apr 24, 2025
10 checks passed
@edopao edopao deleted the codegen-path branch April 25, 2025 04:26
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