Skip to content

Commit

Permalink
Fix wrong info
Browse files Browse the repository at this point in the history
  • Loading branch information
IKCAP committed Sep 9, 2024
1 parent 03883dc commit a590a4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/notebooks/oop_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1547,8 +1547,6 @@
"D.load_from_dir(path)\n",
"\n",
"# Convert the LiPD datasets to the PyLiPD OOP \"Dataset\" class. \n",
"# - This allows to modify the datasets via OOP calls in memory\n",
"# - To write the LiPD back, we have to call the save function\n",
"datasets = D.get_datasets()\n",
"\n",
"for ds in datasets:\n",
Expand Down

0 comments on commit a590a4f

Please sign in to comment.