Skip to content

Commit f320b74

Browse files
committed
Remove unnecessary files
1 parent 374a0d9 commit f320b74

14 files changed

+3
-26
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
*.doc
33
*.docx
44
*.pdf
5+
*.pyc

__pycache__/prediction.cpython-35.pyc

-1.52 KB
Binary file not shown.

__pycache__/utils.cpython-35.pyc

-18.2 KB
Binary file not shown.

dataPoints.log

Whitespace-only changes.

figure/(sd-pam).png

-46 KB
Binary file not shown.

figure/systemd.png

-26.8 KB
Binary file not shown.

prediction.pyc

-1.73 KB
Binary file not shown.

process.log

-23
This file was deleted.

server.log

-1
This file was deleted.

test_prediction.pyc

-2.57 KB
Binary file not shown.

test_psutil.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ def test_disk_io_counters(self):
3535
disk_in = BytesToMB(read_bytes)
3636
disk_out = BytesToMB(write_bytes)
3737
self.assertTrue(disk_in < 10 * 1024)
38-
self.assertTrue(disk_in > 128)
38+
self.assertTrue(disk_in >= 16)
3939
self.assertTrue(disk_out < 10 * 1024)
40-
self.assertTrue(disk_out > 128)
40+
self.assertTrue(disk_out >= 16)
4141

4242
def test_process_iter_and_uids(self):
4343
count = 0

test_psutil.pyc

-3.43 KB
Binary file not shown.

test_utils.pyc

-674 Bytes
Binary file not shown.

utils.pyc

-18.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)