Skip to content

Commit 6c16b69

Browse files
committed
translate some comments
translate some comments
1 parent 41e8dc0 commit 6c16b69

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tests/test_extension.py

+4-5
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ def TestH5extensions():
2020
t0 = time.time()
2121
t00 = t0
2222
d = f.create_dataset('toto', data=arr)
23-
f.flush()
2423

2524
# very basic transformation in hdf5array
2625
array = HDF5ExtensionArray(d, 0)
@@ -61,7 +60,7 @@ def TestH5extensions():
6160
cosb_2 = np.cos(b)
6261
print(cosb)
6362
assert all(cosb == cosb_2)
64-
print('Test cos', time.time()-t0)
63+
print('Test cos', time.time() - t0)
6564
t0 = time.time()
6665

6766
print('Test reduce std')
@@ -98,11 +97,11 @@ def TestH5extensions():
9897

9998
# print(df.h5.attrs.keys())
10099

101-
# Tester opérations avec skipna
100+
# Tester operations with skipna
102101

103-
# Tester hasna
102+
# Test hasna
104103

105-
# Tester d'autres types
104+
# Test other types
106105

107106
# Test casting from a type to another
108107

0 commit comments

Comments
 (0)