File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ def TestH5extensions():
20
20
t0 = time .time ()
21
21
t00 = t0
22
22
d = f .create_dataset ('toto' , data = arr )
23
- f .flush ()
24
23
25
24
# very basic transformation in hdf5array
26
25
array = HDF5ExtensionArray (d , 0 )
@@ -61,7 +60,7 @@ def TestH5extensions():
61
60
cosb_2 = np .cos (b )
62
61
print (cosb )
63
62
assert all (cosb == cosb_2 )
64
- print ('Test cos' , time .time ()- t0 )
63
+ print ('Test cos' , time .time () - t0 )
65
64
t0 = time .time ()
66
65
67
66
print ('Test reduce std' )
@@ -98,11 +97,11 @@ def TestH5extensions():
98
97
99
98
# print(df.h5.attrs.keys())
100
99
101
- # Tester opérations avec skipna
100
+ # Tester operations with skipna
102
101
103
- # Tester hasna
102
+ # Test hasna
104
103
105
- # Tester d'autres types
104
+ # Test other types
106
105
107
106
# Test casting from a type to another
108
107
You can’t perform that action at this time.
0 commit comments