Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions orhelper/_orhelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,12 @@ def startSimulation(self, status) -> None:
def endSimulation(self, status, simulation_exception) -> None:
pass

def startSimulationBranch(self, status) -> None :
pass

def endSimulationBranch(self, status, simulation_exception) -> None:
pass

def preStep(self, status) -> bool:
return True

Expand Down
60 changes: 0 additions & 60 deletions orhelper/examples/lazy.py

This file was deleted.

100 changes: 0 additions & 100 deletions orhelper/examples/monte_carlo.py

This file was deleted.

Binary file removed orhelper/examples/simple.ork
Binary file not shown.
53 changes: 0 additions & 53 deletions orhelper/examples/simple_plot.py

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="orhelper",
version="0.1.5",
version="0.1.6",
author="Andrei Popescu and others",
description="OrHelper is a module which aims to facilitate interacting and scripting with OpenRocket from Python.",
long_description=long_description,
Expand Down