pybounds 0.0.8__py3-none-any.whl → 0.0.9__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
@@ -1,13 +1,11 @@
1
1
  import numpy as np
2
2
  import pandas as pd
3
- # from multiprocessing import Pool
4
- # from pathos.multiprocessing import ProcessingPool as Pool
5
- from concurrent.futures import ThreadPoolExecutor
3
+ import sympy as sp
6
4
  import warnings
7
- # import matplotlib as mpl
8
5
  import matplotlib.pyplot as plt
9
6
  from mpl_toolkits.axes_grid1.inset_locator import inset_axes
10
- import sympy as sp
7
+ from concurrent.futures import ThreadPoolExecutor
8
+
11
9
  from .util import LatexStates
12
10
  from .jacobian import SymbolicJacobian
13
11
 
pybounds/simulator.py CHANGED
@@ -279,6 +279,7 @@ class Simulator(object):
279
279
  :params u: input dict or array
280
280
  :params return_full_output: boolean to run (time, x, u, y) instead of y
281
281
  """
282
+ print('run')
282
283
 
283
284
  if (mpc is True) and (u is not None):
284
285
  raise Exception('u must be None if running MPC')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pybounds
3
- Version: 0.0.8
3
+ Version: 0.0.9
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,11 @@
1
+ pybounds/__init__.py,sha256=e4SQdDBQzqr7_x5lcQsuSoWqfBg258i7CDrhhvnmCe4,433
2
+ pybounds/jacobian.py,sha256=hqDOwwqZMdnlTECz0Rx6txCd4VuZ4iZHPaj62PTkKvA,2057
3
+ pybounds/observability.py,sha256=GmWrPADr-vCbBJIv0Cjk3Gj9JJoCuOizKrF8lzX3ncs,31553
4
+ pybounds/observability_transform.py,sha256=YibApe7OzwrZT44BmlZwetJ1JLHOIgMkpVYggWz5Myo,585
5
+ pybounds/simulator.py,sha256=o0h175rJyqLntdaeVUG9uLfNuygIca1SL5-MMLs6v6w,16216
6
+ pybounds/util.py,sha256=Gs0UgqgLXTJI9FZww90iJhqU02iJ31bXBURjGiq3YzM,7401
7
+ pybounds-0.0.9.dist-info/LICENSE,sha256=kqeyRXtRGgBVZdXYeIX4zR9l2KZ2rqIBVEiPMTjxjcI,1093
8
+ pybounds-0.0.9.dist-info/METADATA,sha256=wFmQiIaKyPECwfrGqKzPfujLCBmY2MuumlCyNSGrYSA,2155
9
+ pybounds-0.0.9.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
10
+ pybounds-0.0.9.dist-info/top_level.txt,sha256=V-ofnWE3m_UkXTXJwNRD07n14m5R6sc6l4NadaCCP_A,9
11
+ pybounds-0.0.9.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- pybounds/__init__.py,sha256=e4SQdDBQzqr7_x5lcQsuSoWqfBg258i7CDrhhvnmCe4,433
2
- pybounds/jacobian.py,sha256=hqDOwwqZMdnlTECz0Rx6txCd4VuZ4iZHPaj62PTkKvA,2057
3
- pybounds/observability.py,sha256=iZqqjXju9YGHY441GEv9ZE68mUlOnzAyspAw-DSbsl8,31676
4
- pybounds/observability_transform.py,sha256=YibApe7OzwrZT44BmlZwetJ1JLHOIgMkpVYggWz5Myo,585
5
- pybounds/simulator.py,sha256=MhK7NjYHdRMToGzwVEuwEnu5Aa6MguF1KE7fAbWCiUA,16194
6
- pybounds/util.py,sha256=Gs0UgqgLXTJI9FZww90iJhqU02iJ31bXBURjGiq3YzM,7401
7
- pybounds-0.0.8.dist-info/LICENSE,sha256=kqeyRXtRGgBVZdXYeIX4zR9l2KZ2rqIBVEiPMTjxjcI,1093
8
- pybounds-0.0.8.dist-info/METADATA,sha256=yFwL0tmDOZIydBYEPaewn1iSC-vTn252MtlJLjVPoLs,2155
9
- pybounds-0.0.8.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
10
- pybounds-0.0.8.dist-info/top_level.txt,sha256=V-ofnWE3m_UkXTXJwNRD07n14m5R6sc6l4NadaCCP_A,9
11
- pybounds-0.0.8.dist-info/RECORD,,