Praveen Kulkarni commited on
Commit
eff6b7e
·
1 Parent(s): 79f5ef7

utf8 encoding

Browse files
Files changed (1) hide show
  1. test.py +2 -1
test.py CHANGED
@@ -60,7 +60,8 @@ class ZarrTest:
60
  @staticmethod
61
  def create_in_hf():
62
  try:
63
- huggingface_hub.delete_folder(path_in_repo="data.zarr", repo_id="spikingneurons/test", repo_type="dataset")
 
64
  except requests.exceptions.HTTPError as e:
65
  ...
66
  store1 = zarr.DirectoryStore('hf://datasets/spikingneurons/test/data.zarr')
 
60
  @staticmethod
61
  def create_in_hf():
62
  try:
63
+ ...
64
+ # huggingface_hub.delete_folder(path_in_repo="data.zarr", repo_id="spikingneurons/test", repo_type="dataset")
65
  except requests.exceptions.HTTPError as e:
66
  ...
67
  store1 = zarr.DirectoryStore('hf://datasets/spikingneurons/test/data.zarr')