Skip to content

Commit 7be6aa1

Browse files
committed
suggested details
1 parent 5cc6577 commit 7be6aa1

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/sage/stats/hmm/chmm.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ AUTHOR:
77
- William Stein, 2010-03
88
"""
99

10-
#*****************************************************************************
10+
# ***************************************************************************
1111
# Copyright (C) 2010 William Stein <[email protected]>
1212
#
1313
# This program is free software: you can redistribute it and/or modify
1414
# it under the terms of the GNU General Public License as published by
1515
# the Free Software Foundation, either version 2 of the License, or
1616
# (at your option) any later version.
1717
# https://www.gnu.org/licenses/
18-
#*****************************************************************************
18+
# ***************************************************************************
1919

2020
from cpython.object cimport PyObject_RichCompare
2121
from libc.math cimport log, sqrt, exp, isnormal, isfinite, M_PI

src/sage/stats/hmm/util.pyx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ AUTHOR:
77
- William Stein, 2010-03
88
"""
99

10-
#############################################################################
10+
# ##########################################################################
1111
# Copyright (C) 2010 William Stein <[email protected]>
1212
# Distributed under the terms of the GNU General Public License (GPL) v2+.
1313
# The full text of the GPL is available at:
1414
# https://www.gnu.org/licenses/
15-
#############################################################################
15+
# ##########################################################################
1616

1717

1818
from sage.structure.element import Matrix
@@ -124,7 +124,6 @@ cdef class HMM_Util:
124124
This function is used internally by the ``__init__`` methods of
125125
Hidden Markov Models to make a transition matrix from ``A``.
126126
127-
128127
INPUT:
129128
130129
- ``A`` -- matrix, list, list of lists, or :class:`TimeSeries`

0 commit comments

Comments
 (0)