Skip to content

Commit

Permalink
[build] Replace mention of do.py in postprocessing code
Browse files Browse the repository at this point in the history
  • Loading branch information
olafmersmann committed Nov 17, 2023
1 parent 98e120a commit 2127ed7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions code-postprocessing/aRTAplots/generate_aRTA_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
a grid of `n \times n` points in objective space are provided.
Prerequisite: the cocopp module of the COCO platform needs to be installed.
Run therefore `python do.py install-postprocessing` once in the root folder
of the github project before.
Run 'pip install cocopp' to install the latest version from PyPI.
based on code by Thanh-Do Tran 2012--2015
adapted by Dimo Brockhoff 2016
Expand Down Expand Up @@ -564,4 +563,4 @@ def DEPRECATED_sample_down(B, decimals):
t0 = time.time()
import doctest
doctest.testmod()
print('** doctest finished in ', time.time() - t0, ' seconds')
print('** doctest finished in ', time.time() - t0, ' seconds')
2 changes: 1 addition & 1 deletion code-postprocessing/cocopp/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def main(arguments):
assert result == 0, 'Test failed: rungeneric on two bbob-noisy algorithms.'
#run_latex_template("templateNOISYarticle.tex", run_all_tests)

# testing data from recent runs, prepared in do.py:
# testing data from recent runs:
recent_data_path = os.path.abspath(join_path(os.path.dirname(__file__),
'../../code-experiments/build/python/exdata'))
with InfolderGoneWithTheWind():
Expand Down

0 comments on commit 2127ed7

Please sign in to comment.