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

make a missed string into a rawstring #1096

Merged
merged 1 commit into from Dec 20, 2021

Conversation

sroet
Copy link
Member

@sroet sroet commented Dec 20, 2021

This fixes a DeprecationWarning that popped up in the running tests after merging #787

openpathsampling/engines/toy/pes.py:374
/home/sroet/github_files/openpathsampling/openpathsampling/engines/toy/pes.py:374: DeprecationWarning: invalid escape sequence \s
"""Simple double-well potential. Independent in each degree of freedom.

@sroet sroet changed the title make a missted string into a rawstring make a missed string into a rawstring Dec 20, 2021
@codecov
Copy link

codecov bot commented Dec 20, 2021

Codecov Report

Merging #1096 (ee04292) into master (2414321) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1096      +/-   ##
==========================================
- Coverage   81.76%   81.76%   -0.01%     
==========================================
  Files         142      142              
  Lines       15604    15604              
==========================================
- Hits        12759    12758       -1     
- Misses       2845     2846       +1     
Impacted Files Coverage Δ
openpathsampling/engines/toy/pes.py 93.33% <ø> (ø)
openpathsampling/netcdfplus/cache.py 63.72% <0.00%> (-0.33%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2414321...ee04292. Read the comment docs.

@dwhswenson
Copy link
Member

LGTM, thanks. We may have a few other of these that need treatment, too; see #945.

@dwhswenson dwhswenson merged commit 97c2d51 into openpathsampling:master Dec 20, 2021
@sroet sroet deleted the fix_escape_sequence branch December 21, 2021 12:07
@dwhswenson dwhswenson mentioned this pull request Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants