Skip to content
Snippets Groups Projects

improve generated code for import

Merged Jonas Isensee requested to merge importimprovements into dev
2 unresolved threads
3 files
+ 19
11
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
2
@@ -5,7 +5,7 @@ using InPartS
struct H5Wrapper{T<:Union{HDF5.File, HDF5.Group}}
struct H5Wrapper{T<:Union{HDF5.File, HDF5.Group}} <: AbstractDict{String, Any}
handle::T
end
@@ -72,4 +72,4 @@ Base.length(h5w::H5Wrapper) = length(h5w.handle)
# more efficient readdict
InPartS.readdict(h5w::H5Wrapper; kwargs...) = read(h5w.handle)
end
\ No newline at end of file
end
Loading