pybounds 0.0.9__py3-none-any.whl → 0.0.11__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/simulator.py CHANGED
@@ -279,7 +279,6 @@ 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')
283
282
 
284
283
  if (mpc is True) and (u is not None):
285
284
  raise Exception('u must be None if running MPC')
@@ -319,6 +318,11 @@ class Simulator(object):
319
318
  x[0, :] = x_step.copy()
320
319
 
321
320
  # Initialize the simulator
321
+ # self.simulator = do_mpc.simulator.Simulator(self.model)
322
+ # self.simulator.set_param(**self.params_simulator)
323
+ # self.simulator.set_tvp_fun(self.simulator_tvp_function)
324
+ # self.simulator.setup()
325
+ self.simulator.reset_history() # reset simulator history (super important for speed)
322
326
  self.simulator.t0 = self.time[0]
323
327
  self.simulator.x0 = x_step.copy()
324
328
  self.simulator.set_initial_guess()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pybounds
3
- Version: 0.0.9
3
+ Version: 0.0.11
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=nKLtMQs_HgNYKIJ1YIg63lW2v-r7sT7WxLyouOV07wA,16518
6
+ pybounds/util.py,sha256=Gs0UgqgLXTJI9FZww90iJhqU02iJ31bXBURjGiq3YzM,7401
7
+ pybounds-0.0.11.dist-info/LICENSE,sha256=kqeyRXtRGgBVZdXYeIX4zR9l2KZ2rqIBVEiPMTjxjcI,1093
8
+ pybounds-0.0.11.dist-info/METADATA,sha256=Evpk9-4sk6w_czjxjX-CYC1Y9eFuRGuYRcYrNlMQqjg,2156
9
+ pybounds-0.0.11.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
10
+ pybounds-0.0.11.dist-info/top_level.txt,sha256=V-ofnWE3m_UkXTXJwNRD07n14m5R6sc6l4NadaCCP_A,9
11
+ pybounds-0.0.11.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=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,,