We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd9160 commit 129d99bCopy full SHA for 129d99b
smcpp/analysis/analysis.py
@@ -38,7 +38,6 @@ def __init__(self, files, args):
38
if args.timepoints is not None:
39
hs = np.geomspace(args.timepoints[0], args.timepoints[1], args.knots)
40
hs /= (2 * self._N0)
41
- hs = np.r_[0., hs, np.inf]
42
self.hidden_states = hs
43
self._knots = hs[1:-1]
44
logger.debug("Knots are: %s", self._knots)
0 commit comments