Skip to content

Commit

Permalink
CLN/COMPAT: for various py2/py3 in doc/bench scripts (pandas-dev#16984)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and alanbato committed Nov 10, 2017
1 parent 792a66b commit 99e86e9
Show file tree
Hide file tree
Showing 34 changed files with 14 additions and 2,042 deletions.
6 changes: 3 additions & 3 deletions asv_bench/vbench_to_asv.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def translate_module(target_module):
l_vars = {}
exec('import ' + target_module) in g_vars

print target_module
print(target_module)
module = eval(target_module, g_vars)

benchmarks = []
Expand Down Expand Up @@ -157,7 +157,7 @@ def translate_module(target_module):
mod = os.path.basename(module)
if mod in ['make.py', 'measure_memory_consumption.py', 'perf_HEAD.py', 'run_suite.py', 'test_perf.py', 'generate_rst_files.py', 'test.py', 'suite.py']:
continue
print
print mod
print('')
print(mod)

translate_module(mod.replace('.py', ''))
22 changes: 0 additions & 22 deletions bench/alignment.py

This file was deleted.

14 changes: 0 additions & 14 deletions bench/bench_dense_to_sparse.py

This file was deleted.

56 changes: 0 additions & 56 deletions bench/bench_get_put_value.py

This file was deleted.

66 changes: 0 additions & 66 deletions bench/bench_groupby.py

This file was deleted.

85 changes: 0 additions & 85 deletions bench/bench_join_panel.py

This file was deleted.

89 changes: 0 additions & 89 deletions bench/bench_khash_dict.py

This file was deleted.

Loading

0 comments on commit 99e86e9

Please sign in to comment.