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

testsuite_default_memHierarchy_memHA: convert RE to raw string #2350

Closed
jmlapre opened this issue May 9, 2024 · 1 comment
Closed

testsuite_default_memHierarchy_memHA: convert RE to raw string #2350

jmlapre opened this issue May 9, 2024 · 1 comment
Milestone

Comments

@jmlapre
Copy link
Member

jmlapre commented May 9, 2024

/home/sstbuild/sst-elements/src/sst/elements/memHierarchy/tests/testsuite_default_memHierarchy_memHA.py:286: SyntaxWarning: invalid escape sequence '\w'
  cons_accum = re.compile(' ([\w.]+)\.(\w+) : Accumulator : Sum.(\w+) = (\d+); SumSQ.\w+ = (\d+); Count.\w+ = (\d+); Min.\w+ = (\d+); Max.\w+ = (\d+);')

This needs to be a raw string.

Originally posted by @berquist in sstsimulator/sst-core#1002 (comment)

@berquist
Copy link
Member

Fixed in #2351

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

When branches are created from issues, their pull requests are automatically linked.

2 participants