]> AND Private Git Repository - Cipher_code.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
hassan
authorhn <hn49@aub.edu.lb>
Wed, 25 Jul 2018 12:30:06 +0000 (14:30 +0200)
committerhn <hn49@aub.edu.lb>
Wed, 25 Jul 2018 12:30:06 +0000 (14:30 +0200)
OneRoundIoT/execution_opi.py [deleted file]

diff --git a/OneRoundIoT/execution_opi.py b/OneRoundIoT/execution_opi.py
deleted file mode 100644 (file)
index e782204..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-import matplotlib.pyplot as plt
-import numpy as np
-import pandas as pd
-
-
-open=pd.read_csv("execution_openssl_rpi3.txt",sep='\t',header=None)
-one=pd.read_csv("execution_oneround_rpi3.txt",sep='\t',header=None)
-open.drop(open.columns[[5]], axis=1, inplace=True)
-one.drop(one.columns[[5]], axis=1, inplace=True)
-print(a)
-
-#plt.plot([1,2,3,4])
-#plt.ylabel('some numbers')
-#plt.show()