Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gcroci2 committed Jan 25, 2024
1 parent 6d832e2 commit 6d0ca44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
extras-require: publishing
pkg-installation-type: "editable"
pkg-installation-type: "repository"
- name: Build wheel and source distribution
run: python -m build
- uses: actions/upload-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions deeprank2/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@ def process(

self._feature_modules = self._set_feature_modules(feature_modules)
_log.info(f"\nSelected feature modules: {self._feature_modules}.")

self._grid_settings = grid_settings
self._grid_map_method = grid_map_method

Expand Down

0 comments on commit 6d0ca44

Please sign in to comment.