Skip to content

Commit dfd5b39

Browse files
committed
Remove runtime memory read bug
1 parent 9d13ae0 commit dfd5b39

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

selector/ta_execution.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ def tae_from_cmd_wrapper_rt(conf, instance_path, cache, ta_command_creator, scen
115115
cpu_time_p = cpu_times.children_user
116116
else:
117117
cpu_time_p = cpu_times.user
118-
memory_p = p.memory_info().rss / 1024 ** 2
119118
except Empty:
120119
empty_line = True
121120
if p.poll() is None:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# This call to setup() does all the work
1818
setup(
1919
name="selector-ac",
20-
version="0.1.0.1",
20+
version="0.1.0.2",
2121
description="Selector: Ensemble-Based Automated Algorithm Configuration",
2222
long_description=README,
2323
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)