pybounds 0.0.2__py3-none-any.whl → 0.0.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pybounds might be problematic. Click here for more details.

pybounds/observability.py CHANGED
@@ -7,7 +7,7 @@ import matplotlib as mpl
7
7
  import matplotlib.pyplot as plt
8
8
  from mpl_toolkits.axes_grid1.inset_locator import inset_axes
9
9
  import sympy as sp
10
- from util import LatexStates
10
+ from .util import LatexStates
11
11
 
12
12
 
13
13
  class EmpiricalObservabilityMatrix:
pybounds/simulator.py CHANGED
@@ -1,9 +1,7 @@
1
1
 
2
2
  import numpy as np
3
3
  import do_mpc
4
- from util import FixedKeysDict, SetDict
5
-
6
- # from typing import Callable
4
+ from .util import FixedKeysDict, SetDict
7
5
 
8
6
 
9
7
  class Simulator(object):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pybounds
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: Bounding Observability for Uncertain Nonlinear Dynamics Systems (BOUNDS)
5
5
  Home-page: https://pypi.org/project/pybounds/
6
6
  Author: Ben Cellini, Burak Boyacioglu, Floris van Breugel
@@ -0,0 +1,9 @@
1
+ pybounds/__init__.py,sha256=so9LuRNw2V8MGsDs-RPstGGgJtBFp2YGolQbS0rVfhw,348
2
+ pybounds/observability.py,sha256=OqJ7fZmflvgZ9dQprIkZ3aahmvwLKVa-5RRHGpnv_gI,27058
3
+ pybounds/simulator.py,sha256=GiQHDGkRtiUsMiiNB8tLBXbG2d5UQJwa7WvXXalFtXg,9748
4
+ pybounds/util.py,sha256=xxmXmpLR3yK923X6wAPKp_5w814cO3m9OqF1XIt9S8c,5818
5
+ pybounds-0.0.3.dist-info/LICENSE,sha256=kqeyRXtRGgBVZdXYeIX4zR9l2KZ2rqIBVEiPMTjxjcI,1093
6
+ pybounds-0.0.3.dist-info/METADATA,sha256=4P-nOKxKtvARRB68s2FeExrHp773u0Fok9GIgG3ualg,2376
7
+ pybounds-0.0.3.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
8
+ pybounds-0.0.3.dist-info/top_level.txt,sha256=V-ofnWE3m_UkXTXJwNRD07n14m5R6sc6l4NadaCCP_A,9
9
+ pybounds-0.0.3.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- pybounds/__init__.py,sha256=so9LuRNw2V8MGsDs-RPstGGgJtBFp2YGolQbS0rVfhw,348
2
- pybounds/observability.py,sha256=_A6HEy6wMEMhRoxXojMZYeximhz3PPR3MdLTaihJR7U,27057
3
- pybounds/simulator.py,sha256=p1O17cvbr_otjGTsDTreuugeF3lEI7NpwII6uaoCkaQ,9780
4
- pybounds/util.py,sha256=xxmXmpLR3yK923X6wAPKp_5w814cO3m9OqF1XIt9S8c,5818
5
- pybounds-0.0.2.dist-info/LICENSE,sha256=kqeyRXtRGgBVZdXYeIX4zR9l2KZ2rqIBVEiPMTjxjcI,1093
6
- pybounds-0.0.2.dist-info/METADATA,sha256=Zeh9auhV9fqq0Le2paSPD1-hrMN0AsWJ_zKZd5Symc4,2376
7
- pybounds-0.0.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
8
- pybounds-0.0.2.dist-info/top_level.txt,sha256=V-ofnWE3m_UkXTXJwNRD07n14m5R6sc6l4NadaCCP_A,9
9
- pybounds-0.0.2.dist-info/RECORD,,