We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0646b1 commit 0d45d93Copy full SHA for 0d45d93
1 file changed
README.rst
@@ -28,15 +28,15 @@ The following command will run a diffusion method on a given network with the gi
28
29
.. code-block:: sh
30
31
- $ python3 -m diffupy diffuse --network="<path-to-network-file>" --input="<path-to-data-file>" --method="<method>"
+ $ python3 -m diffupy diffuse --network=<path-to-network-file> --input=<path-to-data-file> --method=<method>
32
33
34
2. **Generate a kernel with one of the seven methods implemented**
35
Generates the regularised Laplian kernel of a given graph.
36
37
38
39
- $ python3 -m diffupy kernel --network="<path-to-network-file>"
+ $ python3 -m diffupy kernel --network=<path-to-network-file>
40
41
42
References
0 commit comments