Skip to content

Commit

Permalink
renamed SimpleNet to GriddedNet, tests pass locally.
Browse files Browse the repository at this point in the history
  • Loading branch information
iancze committed Jan 1, 2024
1 parent a4d8572 commit 969c4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ci-tutorials/fakedata.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ With the {class}`~mpol.images.ImageCube`, $u,v$ and weight distributions now in
```{code-cell} ipython3
from mpol import fourier
# will have the same shape as the uu, vv, and weight inputs
data_noise, data_noiseless = fourier.generate_fake_data(image, uu, vv, weight)
data_noise, data_noiseless = fourier.generate_fake_data(image_tensor_packed, coords, uu, vv, weight)
print(data_noise.shape)
print(data_noiseless.shape)
Expand Down

0 comments on commit 969c4b6

Please sign in to comment.