Skip to content

Commit

Permalink
feedback from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Jan 10, 2024
1 parent bedd3ba commit a1fab20
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/cellfinder_core/test_unit/test_cellfinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def config_local(cellfinder_GIN_data, default_input_config_cellfinder):
with open(default_input_config_cellfinder) as cfg:
config_dict = json.load(cfg)

# modify location of data?
# modify config:
# - remove url
# - remove data hash
# - add input_data_dir
Expand Down Expand Up @@ -169,8 +169,6 @@ def test_add_input_paths(
_ = setup_logger()

# read json as Cellfinder config
# ---> change so that the fixture is the config object!
# config = read_cellfinder_config(input_configs_dir / input_config)
_ = request.getfixturevalue(input_config)

# check log messages
Expand Down

0 comments on commit a1fab20

Please sign in to comment.