lsaa-dataset icon indicating copy to clipboard operation
lsaa-dataset copied to clipboard

No useful output to stdout

Open jfemiani opened this issue 4 years ago • 1 comments

You seem to be redirecting all of the output to a file -- I suggest we do not do this. Users can choose to redirect the output themselves, e.g.

python step_2_*.py > results.txt

or, to both see the output AND save it to a file:

python step2_*.py | tee -a results.txt

I think it is confusing to see no output other than "start" and 'finish" when you run the program

jfemiani avatar Sep 11 '20 15:09 jfemiani

Or at least mention that detailed output will be going to the log file at {LOG LOCATION}

jfemiani avatar Sep 11 '20 15:09 jfemiani