We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a439726 commit c1e3ae3Copy full SHA for c1e3ae3
2 files changed
noxfile.py
@@ -31,7 +31,7 @@ def pylint(session: nox.Session) -> None:
31
"""
32
# This needs to be installed into the package environment, and is slower
33
# than a pre-commit check
34
- session.install(".", "pylint")
+ session.install(".[app]", "pylint")
35
session.run("pylint", "openlifu", *session.posargs)
36
37
src/openlifu/plan/__init__.py
@@ -15,5 +15,4 @@
15
"SolutionAnalysisOptions",
16
"TargetConstraints",
17
"ParameterConstraint",
18
- "run_virtual_fit"
19
]
0 commit comments