Skip to content

Commit

Permalink
examples fourth draft
Browse files Browse the repository at this point in the history
  • Loading branch information
antongiacomo committed Nov 16, 2023
1 parent ba664de commit eb0bf52
Show file tree
Hide file tree
Showing 14 changed files with 11 additions and 451 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -364,5 +364,6 @@ Temporary Items
.ionide
main.pdf
.venv/
venv
# End of https://www.toptal.com/developers/gitignore/api/latex,macos,visualstudiocode
*/*.csv
Binary file modified Simulator/__pycache__/service.cpython-311.pyc
Binary file not shown.
7 changes: 7 additions & 0 deletions Simulator/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
numpy==1.26.2
pandas==2.1.3
python-dateutil==2.8.2
pytz==2023.3.post1
scipy==1.11.3
six==1.16.0
tzdata==2023.3
6 changes: 3 additions & 3 deletions Simulator/service.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Service():
def __init__(self, policy, data):
def __init__(self,policy,data):
self.policy = policy
self.data = data

def run(self):
print(self.data)
print(self.policy)
print("Service {} running".format(self.data))

247 changes: 0 additions & 247 deletions Simulator/venv/bin/Activate.ps1

This file was deleted.

69 changes: 0 additions & 69 deletions Simulator/venv/bin/activate

This file was deleted.

26 changes: 0 additions & 26 deletions Simulator/venv/bin/activate.csh

This file was deleted.

Loading

0 comments on commit eb0bf52

Please sign in to comment.