Skip to content

Commit

Permalink
Remove verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPPelaez committed May 22, 2023
1 parent a75a521 commit 59e442f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchmdnet/neighbors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def compile_extension():
else []
)
sources = [os.path.join(src_dir, name) for name in sources]
cpp_extension.load(name="torchmdnet_neighbors", sources=sources, is_python_module=False, verbose=True)
cpp_extension.load(name="torchmdnet_neighbors", sources=sources, is_python_module=False)


def get_backends():
Expand Down

0 comments on commit 59e442f

Please sign in to comment.