not needed
This commit is contained in:
parent
ccf13c2c50
commit
b746b841f7
|
@ -2,7 +2,6 @@
|
||||||
import h5py
|
import h5py
|
||||||
import re
|
import re
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import os
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------
|
# ------------------------------------------------------------------
|
||||||
class DADF5():
|
class DADF5():
|
||||||
|
@ -97,7 +96,6 @@ class DADF5():
|
||||||
"""
|
"""
|
||||||
Dataset for all points/cells
|
Dataset for all points/cells
|
||||||
|
|
||||||
|
|
||||||
If more than one path is given, the dataset is composed of the individual contributions
|
If more than one path is given, the dataset is composed of the individual contributions
|
||||||
"""
|
"""
|
||||||
with h5py.File(self.filename,'r') as f:
|
with h5py.File(self.filename,'r') as f:
|
||||||
|
|
Loading…
Reference in New Issue