Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar
7.1.1.1-8a6b96f
LALSuite
LAL
LALFrame
LALMetaIO
LALSimulation
LALBurst
LALInspiral
LALInference
LALPulsar
LALApps
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
errors.py
Go to the documentation of this file.
1
# Copyright (C) 2019--2023 Benjamin Grace
2
#
3
# This program is free software; you can redistribute it and/or modify it
4
# under the terms of the GNU General Public License as published by the
5
# Free Software Foundation; either version 2 of the License, or (at your
6
# option) any later version.
7
#
8
# This program is distributed in the hope that it will be useful, but
9
# WITHOUT ANY WARRANTY; without even the implied warranty of
10
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
11
# Public License for more details.
12
#
13
# You should have received a copy of the GNU General Public License along
14
# with this program; if not, write to the Free Software Foundation, Inc.,
15
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16
17
## \file
18
## \ingroup lalpulsar_python_piecewise_model
19
"""
20
Error classes.
21
"""
22
23
24
class
TooManyNegdurReductions
(Exception):
25
pass
26
27
28
class
SegmentContainsNoSamplePoints
(Exception):
29
pass
30
31
32
class
PointNotWithinKnotBoundaries
(Exception):
33
pass
34
35
36
class
ValueOfSNotAccountedFor
(Exception):
37
pass
lalpulsar.piecewise_model.errors.PointNotWithinKnotBoundaries
Definition:
errors.py:32
lalpulsar.piecewise_model.errors.SegmentContainsNoSamplePoints
Definition:
errors.py:28
lalpulsar.piecewise_model.errors.TooManyNegdurReductions
Definition:
errors.py:24
lalpulsar.piecewise_model.errors.ValueOfSNotAccountedFor
Definition:
errors.py:36
python
lalpulsar
piecewise_model
errors.py
Generated on Thu Jul 10 2025 05:17:11 for LALPulsar by
1.9.4