Skip to content

Commit f3e9e7f

Browse files
mmschlkCopilot
andauthored
Enforce "PTH" Linting Rule and Adds UpSet API Example Notebook (#366)
* applies stricter code-quality * applies stricter code-quality * applies stricter code-quality * Update docs/source/notebooks/language_notebooks/language_model_game.ipynb Co-authored-by: Copilot <[email protected]> * applies stricter code-quality * applies stricter code-quality * fixes variable name * fixes no arg name * adds ERA to checks as well * adds N codes * applies code quality * adds upset plot visualization as API example and adds figsize parameter to UpSet plot * merge with main * remove figsize line --------- Co-authored-by: Copilot <[email protected]>
1 parent 679f7bb commit f3e9e7f

File tree

17 files changed

+1073
-570
lines changed

17 files changed

+1073
-570
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
import commonmark
1010
from sphinx.builders.html import StandaloneHTMLBuilder
1111

12-
sys.path.insert(0, os.path.abspath("../.."))
13-
sys.path.insert(0, os.path.abspath("../../shapiq"))
12+
sys.path.insert(0, os.path.abspath("../..")) # noqa: PTH100
13+
sys.path.insert(0, os.path.abspath("../../shapiq")) # noqa: PTH100
1414

1515
import shapiq
1616

0 commit comments

Comments
 (0)