Skip to content

Commit

Permalink
changing outputs_h to outputs_eh
Browse files Browse the repository at this point in the history
changing output directory name for aestimo_eh
  • Loading branch information
robochat committed Jul 14, 2018
1 parent c5661e3 commit 934f75c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -75,7 +75,7 @@ Most of the code is written in Python, and thus is platform independent. After e
* COPYING - License of the software.
* AUTHORS - List of the committers.
* /outputs - Output folder.
* /outputs_h - Output folder for aestimo_h.
* /outputs_eh - Output folder for aestimo_eh.

First of all, user must prepare or use an input file. This file must specified in `config.py` file. There are other options in `config.py` file like necessary output files and on/off options for result viewer and in-run messages. After specifiying an input file in `config.py`, user can run the aestimo easily with executing the command

Expand Down
2 changes: 1 addition & 1 deletion aestimo_eh.py
Expand Up @@ -1428,7 +1428,7 @@ class Results(): pass
def save_and_plot(result,model):
xaxis = result.xaxis

output_directory = config.output_directory+"_h"
output_directory = config.output_directory+"_eh"

if not os.path.isdir(output_directory):
os.makedirs(output_directory)
Expand Down

0 comments on commit 934f75c

Please sign in to comment.