Skip to content

Commit

Permalink
correct import of prd module
Browse files Browse the repository at this point in the history
  • Loading branch information
gschramm committed Nov 16, 2023
1 parent 3ecc19d commit d3282af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/demo_write.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import array_api_compat.numpy as np
import matplotlib.pyplot as plt
from array_api_compat import to_device
from io_yardl import write_prd_from_numpy_arrays
from prd_io import write_prd_from_numpy_arrays
from pathlib import Path

dev: str = "cpu"
Expand Down

0 comments on commit d3282af

Please sign in to comment.