Skip to content

Commit

Permalink
Merge pull request #15 from uio-bmi/ghadialhajj-patch-1
Browse files Browse the repository at this point in the history
remove graph name
  • Loading branch information
ghadialhajj authored Aug 28, 2024
2 parents 0269870 + f7c21a3 commit 3fcdea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorials/linear_regression.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ At this stage, we can simply compile the graph as follows:
.. code-block:: python
listNodes = [Nodex, Nodey]
my_graph = ds.Graph("Graph1", listNodes)
my_graph = ds.Graph(listNodes)
Once we have compiled the graph, we can draw it to get a graphical representation of the underlying model:

Expand Down

0 comments on commit 3fcdea6

Please sign in to comment.