We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc77cb6 + 04c6b9b commit 8f5d346Copy full SHA for 8f5d346
docs/new_features.ipynb
@@ -194,7 +194,7 @@
194
"```python\n",
195
"from gdm.distribution import DistributionSystem\n",
196
"\n",
197
- "sys = DistributionSystem.from_json(filename=<path to model>, \n",
+ "sys = DistributionSystem.from_json(filename=<path to model>) \n",
198
"sys.convert_geometry_to_matrix_representation()\n",
199
"```\n"
200
]
@@ -249,7 +249,7 @@
249
"from gdm.distribution.upgrade_handler.upgrade_handler import UpgradeHandle\n",
250
251
"upgrade_handler = UpgradeHandler()\n",
252
- "DistributionSystem.from_json(filename=<path to model>, \n",
+ "DistributionSystem.from_json(filename=<path to model>) \n",
253
"upgrade_handler=upgrade_handler.upgrade)\n",
254
"```"
255
0 commit comments