Skip to content

Commit

Permalink
Merge branch 'develop' into merge/develop_to_1.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner committed Jan 23, 2021
2 parents d8b05f3 + 8259f8e commit b6f4e2d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
18 changes: 9 additions & 9 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ channels:
dependencies:
- black = 20.8b1
- boruta_py = 0.3.*
- conda-build
- conda-verify
- docutils
- conda-build = 3.20.*
- conda-verify = 3.1.*
- docutils = 0.16.*
- flake8 = 3.8.*
- flake8-comprehensions = 3.2.*
- flit = 3.0
- flit = 3.0.*
- isort = 5.5.*
- joblib = 0.16.*
- joblib = 1.0.*
- jupyter >= 1.0
- lightgbm = 3.0.*
- lightgbm = 3.*
- m2r = 0.2.*
- matplotlib = 3.3.*
- nbsphinx = 0.7.*
Expand All @@ -26,16 +26,16 @@ dependencies:
- pytest = 5.2.*
- pytest-cov = 2.8.*
- python = 3.8.*
- pyyaml = 5.1.*
- pyyaml = 5.3.*
- scikit-learn >=0.23.1,<0.24
- scipy = 1.5.*
- seaborn = 0.11.*
- shap = 0.35.*
- sphinx = 3.2.*
- sphinx = 3.4.*
- sphinx-autodoc-typehints = 1.11.*
- tableone = 0.7.*
- toml = 0.10.*
- tox = 3.20.*
- typing_inspect = 0.6.*
- xlrd = 1.2.*
- yaml = 0.1.*
- yaml = 0.2.*
1 change: 0 additions & 1 deletion src/facet/selection/_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ def _clip(i: int, i_max: int) -> int:
return min(i, i_max)

if isinstance(pos, slice):
print(pos)
return [
_get(i)
for i in range(
Expand Down

0 comments on commit b6f4e2d

Please sign in to comment.