06: We no deletos

This commit is contained in:
2022-10-18 19:20:50 +02:00
parent 2b41088cdc
commit 54786d44a8

View File

@ -475,7 +475,6 @@
" return dt\n", " return dt\n",
"\n", "\n",
"with h5py.File('xy_data.hdf5','a') as f:\n", "with h5py.File('xy_data.hdf5','a') as f:\n",
" #del f[\"cluster-size\"]\n",
" if not \"cluster-size\" in f:\n", " if not \"cluster-size\" in f:\n",
" state = xy_aligned_init_config(width)\n", " state = xy_aligned_init_config(width)\n",
" cluster_sizes = np.zeros(len(temperatures))\n", " cluster_sizes = np.zeros(len(temperatures))\n",