Skip to content

Commit

Permalink
add @jjc2718 suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Crawford <[email protected]>
  • Loading branch information
miltondp and jjc2718 committed Aug 13, 2021
1 parent af68d8c commit d0f9542
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions libs/clustermatch/log_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ handlers:
class: logging.FileHandler
level: DEBUG
filename: logging.txt
# mode: w
formatter: simple
delay: true

Expand All @@ -26,9 +25,6 @@ loggers:
handlers: [empty]
propagate: false

# setup:
# handlers: []

root:
handlers: [console]
level: INFO
2 changes: 1 addition & 1 deletion scripts/run_nbs_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PORT=8893
export PYTHONPATH=`pwd`/libs/
echo "PYTHONPATH=${PYTHONPATH}"

# export the PhenoPLIER configuration as environmental variables (this is
# export the configuration as environmental variables (this is
# helpful if the configuration is needed outside python)
eval `python libs/clustermatch/conf.py`

Expand Down
1 change: 1 addition & 0 deletions tests/test_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def test_conf_entries():
assert conf.RESULTS["BASE_DIR"] != ""

assert conf.MANUSCRIPT is not None
assert "CONTENT_DIR" not in conf.MANUSCRIPT


def test_conf_main():
Expand Down

0 comments on commit d0f9542

Please sign in to comment.