Skip to content

Commit 8f5d346

Browse files
authored
Merge branch 'main' into al/storage_model
2 parents fc77cb6 + 04c6b9b commit 8f5d346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/new_features.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
"```python\n",
195195
"from gdm.distribution import DistributionSystem\n",
196196
"\n",
197-
"sys = DistributionSystem.from_json(filename=<path to model>, \n",
197+
"sys = DistributionSystem.from_json(filename=<path to model>) \n",
198198
"sys.convert_geometry_to_matrix_representation()\n",
199199
"```\n"
200200
]
@@ -249,7 +249,7 @@
249249
"from gdm.distribution.upgrade_handler.upgrade_handler import UpgradeHandle\n",
250250
"\n",
251251
"upgrade_handler = UpgradeHandler()\n",
252-
"DistributionSystem.from_json(filename=<path to model>, \n",
252+
"DistributionSystem.from_json(filename=<path to model>) \n",
253253
"upgrade_handler=upgrade_handler.upgrade)\n",
254254
"```"
255255
]

0 commit comments

Comments
 (0)