Commit cf29489
authored
fix: fix
```
/home/runner/work/dpgen/dpgen/dpgen/auto_test/Gamma.py:389: SyntaxWarning: invalid escape sequence '\('
upper = re.search("variable N equal count\(all\)", contents[ii])
```
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Bug Fixes**
- Improved the reliability of the Gamma module by correcting a regular
expression pattern. This change ensures more accurate data parsing and
handling.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>SyntaxWarning: invalid escape sequence (#1550)1 parent 07f745b commit cf29489
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
389 | | - | |
| 389 | + | |
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
| |||
0 commit comments