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

Specify :okwarning: as an option in the ipython:: block to suppress a warning #378

Open
orbeckst opened this issue Aug 15, 2024 · 0 comments · May be fixed by #389
Open

Specify :okwarning: as an option in the ipython:: block to suppress a warning #378

orbeckst opened this issue Aug 15, 2024 · 0 comments · May be fixed by #389

Comments

@orbeckst
Copy link
Member

CI suggests to filter warnings:

WARNING: 
>>>-------------------------------------------------------------------------
Warning in /home/runner/work/UserGuide/UserGuide/doc/source/reading_and_writing.rst at block ending on line 225
Specify :okwarning: as an option in the ipython:: block to suppress this message
----------------------------------------------------------------------------
/home/runner/micromamba/envs/mda-user-guide/lib/python3.10/site-packages/MDAnalysis/coordinates/DCD.py:165: DeprecationWarning: DCDReader currently makes independent timesteps by copying self.ts while other readers update self.ts inplace. This behavior will be changed in 3.0 to be the same as other readers. Read more at https://github.com/MDAnalysis/mdanalysis/issues/3889 to learn if this change in behavior might affect you.
  warnings.warn("DCDReader currently makes independent timesteps"
<<<-------------------------------------------------------------------------
WARNING: 
>>>-------------------------------------------------------------------------
Warning in <rst_epilog> at block ending on line 1
Specify :okwarning: as an option in the ipython:: block to suppress this message
----------------------------------------------------------------------------
/home/runner/micromamba/envs/mda-user-guide/lib/python3.10/site-packages/MDAnalysis/coordinates/DCD.py:165: DeprecationWarning: DCDReader currently makes independent timesteps by copying self.ts while other readers update self.ts inplace. This behavior will be changed in 3.0 to be the same as other readers. Read more at https://github.com/MDAnalysis/mdanalysis/issues/3889 to learn if this change in behavior might affect you.
  warnings.warn("DCDReader currently makes independent timesteps"
<<<-------------------------------------------------------------------------
@mhmohona mhmohona linked a pull request Oct 13, 2024 that will close this issue
@orbeckst orbeckst linked a pull request Dec 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant