Skip to content

Commit

Permalink
Revert "Avoid unnecessary e3nn-related JIT warning" (be22479), fixed …
Browse files Browse the repository at this point in the history
…upstream by @Linux-cpp-lisp in e3nn/e3nn#437
  • Loading branch information
kavanase committed Jun 27, 2024
1 parent b591aa2 commit 7e1ff56
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nequip/scripts/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
from nequip.utils._global_options import _set_global_options
from nequip.scripts._logger import set_up_script_logger

warnings.filterwarnings( # unnecessary e3nn-related JIT warning
"ignore",
message="The TorchScript type system doesn't support instance-level annotations",
)
default_config = dict(
root="./",
tensorboard=False,
Expand Down

0 comments on commit 7e1ff56

Please sign in to comment.