Skip to content

Commit 58a8755

Browse files
committed
check all datasets
1 parent 0a0a2ba commit 58a8755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
f.close()
2929

3030
# Create dataset if not available locally (only takes a minute or three)
31-
if not os.path.exists('data/easy_dataset.npz'):
31+
if not os.path.exists('data/easy_dataset.npz') or not os.path.exists('data/hard_dataset.npz') or not os.path.exists('data/random_dataset.npz'):
3232
print("Creating dataset, please wait one moment.")
3333
create_dataset(n_qubits=args.n)
3434
else:

0 commit comments

Comments
 (0)