Skip to content

Drop some generated data files from tracking #205

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,5 @@ content/tutorial-x-ray-image-processing/xray_image.gif
content/video
content/*ipynb
content/tutorial-nlp-from-scratch/parameters.npy
content/tutorial-nlp-from-scratch/*ipynb
content/tutorial-nlp-from-scratch/*ipynb
content/x_y-squared*
14 changes: 2 additions & 12 deletions content/save-load-arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,18 +187,8 @@ np.savetxt("x_y-squared.csv", X=array_out, header="x, y", delimiter=",")

Open the file, `x_y-squared.csv`, and you'll see the following:

```
# x, y
0.000000000000000000e+00,0.000000000000000000e+00
1.000000000000000000e+00,1.000000000000000000e+00
2.000000000000000000e+00,4.000000000000000000e+00
3.000000000000000000e+00,9.000000000000000000e+00
4.000000000000000000e+00,1.600000000000000000e+01
5.000000000000000000e+00,2.500000000000000000e+01
6.000000000000000000e+00,3.600000000000000000e+01
7.000000000000000000e+00,4.900000000000000000e+01
8.000000000000000000e+00,6.400000000000000000e+01
9.000000000000000000e+00,8.100000000000000000e+01
```{code-cell}
!head x_y-squared.csv
```

## Our arrays as a csv file
Expand Down
11 changes: 0 additions & 11 deletions content/x_y-squared.csv

This file was deleted.

Binary file removed content/x_y-squared.npz
Binary file not shown.