We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 835ad75 commit 90b4788Copy full SHA for 90b4788
pyproject.toml
@@ -163,6 +163,4 @@ exclude = [".venv"]
163
reportUnknownMemberType = "none"
164
reportUnknownVariableType = "none"
165
reportUnknownArgumentType = "none"
166
-reportMissingTypeStubs = "none"
167
-# reportPrivateLocalImportUsage = "none"
168
-# reportUnknownParameterType = "none"
+reportMissingTypeStubs = "none"
torch_sim/typing.py
@@ -49,6 +49,4 @@ class BravaisType(Enum):
49
| list[PhonopyAtoms]
50
| SimState
51
| list[SimState]
52
- # | SimStateVar
53
- # | list[SimStateVar]
54
)
0 commit comments