Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/diffpy/srmise/pdfdataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
##############################################################################


"""class PDFDataSet for experimental PDF data.
"""
"""class PDFDataSet for experimental PDF data."""


import os.path
Expand Down
28 changes: 14 additions & 14 deletions src/diffpy/srmise/srmiseerrors.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
##############################################################################
"""Defines all custom exceptions used by diffpy.srmise.

Classes
-------
SrMiseError: Subclass of Exception, and superclass of all diffpy.srmise exceptions.
SrMiseDataFormatError: Error in format of diffpy.srmise data.
SrMiseEstimationError: Parameter estimation error.
SrMiseFileError: Error while reading/writing files.
SrMiseFitError: Error while fitting.
SrMiseLogError: Error while logging.
SrMiseModelEvaluatorError: Error while computing or comparing model quality.
SrMisePDFKeyError: Error in key referencing component of PDF dataset.
SrMiseQmaxError: Error in value of Qmax.
SrMiseScalingError: Error while scaling a peak function.
SrMiseStaticOwnerError: Error when changing ModelPart instance owner.
"""
Classes
-------
SrMiseError: Subclass of Exception, and superclass of all diffpy.srmise exceptions.
SrMiseDataFormatError: Error in format of diffpy.srmise data.
SrMiseEstimationError: Parameter estimation error.
SrMiseFileError: Error while reading/writing files.
SrMiseFitError: Error while fitting.
SrMiseLogError: Error while logging.
SrMiseModelEvaluatorError: Error while computing or comparing model quality.
SrMisePDFKeyError: Error in key referencing component of PDF dataset.
SrMiseQmaxError: Error in value of Qmax.
SrMiseScalingError: Error while scaling a peak function.
SrMiseStaticOwnerError: Error when changing ModelPart instance owner.
"""


# Superclass class for diffpy.srmise.mise
Expand Down
3 changes: 1 addition & 2 deletions tests/test_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Unit tests for __version__.py
"""
"""Unit tests for __version__.py"""

import diffpy.srmise

Expand Down