Skip to content

Commit

Permalink
Fix path to data dir
Browse files Browse the repository at this point in the history
  • Loading branch information
caioolivv committed Oct 21, 2024
1 parent ac99bcc commit b378ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo_coordinate_system.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@
"outputs": [],
"source": [
"# CHANGE <YOUR PATH TO DATA COORDS DIR> TO YOUR LOCATION\n",
"data_coords_dir = \"/home/caio/Development/cl-cosmo/support/data_coord_dir/\""
"data_coords_dir = \"<YOUR PATH TO DATA COORDS DIR>/data_coords\""
]
},
{
Expand Down

0 comments on commit b378ed8

Please sign in to comment.