pybounds 0.0.10__tar.gz → 0.0.11__tar.gz

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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pybounds
3
- Version: 0.0.10
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
@@ -187,7 +187,6 @@ class Simulator(object):
187
187
  self.simulator.set_tvp_fun(self.simulator_tvp_function)
188
188
 
189
189
  # Setup simulator
190
- self.simulator.set_param(store_simulator_stats=False)
191
190
  self.simulator.setup()
192
191
 
193
192
  def simulator_tvp_function(self, t):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pybounds
3
- Version: 0.0.10
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
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
5
5
 
6
6
  setuptools.setup(
7
7
  name="pybounds", # Replace with your own username
8
- version="0.0.10",
8
+ version="0.0.11",
9
9
  author="Ben Cellini, Burak Boyacioglu, Floris van Breugel",
10
10
  author_email="bcellini00@gmail.com",
11
11
  description="Bounding Observability for Uncertain Nonlinear Dynamics Systems (BOUNDS)",
File without changes
File without changes
File without changes
File without changes