Skip to content

Commit

Permalink
using debug logger + testing locker exclusively
Browse files Browse the repository at this point in the history
  • Loading branch information
TarekAbouChakra committed Mar 4, 2024
1 parent 2ab7003 commit 27f8001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:

- name: Run pytest
timeout-minutes: 15
run: poetry run pytest -m "all_examples or metahyper or neps_api or summary_csv"
run: poetry run pytest -m metahyper
2 changes: 1 addition & 1 deletion neps_examples/basic_usage/hyperparameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def run_pipeline(float1, float2, categorical, integer1, integer2):
integer2=neps.IntegerParameter(lower=1, upper=1000, log=True),
)

logging.basicConfig(level=logging.INFO)
logging.basicConfig(level=logging.DEBUG)
neps.run(
run_pipeline=run_pipeline,
pipeline_space=pipeline_space,
Expand Down

0 comments on commit 27f8001

Please sign in to comment.