Skip to content

Commit dcd25f2

Browse files
committed
bit more docs
1 parent 595f4d4 commit dcd25f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bioneuralnet/explainability/dpmon_explainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class NeuralNetworkWrapper(nn.Module):
2626
"""A wrapper class for formatting DPMON Neural Network IO in a form pytorch_geometric requires"""
2727

2828
def __init__(self, nn: NeuralNetwork):
29-
"""_summary_
29+
"""Create NeuralNetworkWrapper instance
3030
3131
Args:
3232
nn (NeuralNetwork): _description_

0 commit comments

Comments
 (0)