Skip to content

Commit

Permalink
implement changes
Browse files Browse the repository at this point in the history
  • Loading branch information
HeetVekariya committed Dec 11, 2023
1 parent f7b0bb0 commit 5569325
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package/MDAnalysis/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ class NoDataError(ValueError, AttributeError):
(e.g., bonds, charges) is not present in the data.
* Raised when data is missing in an analysis class because the `run()`
method has not been called. Examples include polymer analysis, PSA
(Path Similarity Analysis), dielectric analysis, and hydrogen bond
analysis.
method has not been called, e.g.
:class:`~MDAnalysis.analysis.polymer.PersistenceLength`.
* Raised when timestep data is missing, such as positions, velocities,
or forces.
Expand Down

0 comments on commit 5569325

Please sign in to comment.