Skip to content

Commit aa55213

Browse files
Fix(docs): Update deprecated MetaAlmanac::dump call to dumps
The `MetaAlmanac::dump` method was renamed to `dumps`. This commit updates the tutorial to reflect this change. Fixes #30
1 parent 2120142 commit aa55213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/anise/tutorials/Tutorial 02 - Loading remote SPICE and ANISE files (meta almanac).ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@
376376
"# Add them to the meta almanac\n",
377377
"new_meta.files = [local_de, jpl_moon_rotation, non_existing]\n",
378378
"# And print what this configuration would be:\n",
379-
"new_meta.dump()"
379+
"new_meta.dumps()"
380380
]
381381
},
382382
{

0 commit comments

Comments
 (0)