Skip to content

Commit fe6d774

Browse files
bnavigatormurrayrm
authored andcommitted
fix latex representation for exp format and multi-digit exponents of s or z (#330)
* fix latex representation for exponential format and multi-digit exponents of s or z * add docstring to _tf__string_to_latex * move to times instead of cdot * add unittest * fix invalid escape sequence * more invalid escape sequences
1 parent 4785145 commit fe6d774

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

control/tests/xferfcn_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,6 @@ def test_freqresp_mimo(self):
496496
np.testing.assert_array_equal(omega, true_omega)
497497

498498
# Tests for TransferFunction.pole and TransferFunction.zero.
499-
500499
def test_common_den(self):
501500
""" Test the helper function to compute common denomitators."""
502501

0 commit comments

Comments
 (0)