Skip to content

Commit

Permalink
Add deprecate
Browse files Browse the repository at this point in the history
  • Loading branch information
giopaglia committed Feb 2, 2024
1 parent 8f88309 commit 9396530
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MultiData.jl
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,6 @@ export get_instance, maxchannelsize

include("dimensional-data.jl")

include("deprecate.jl")

end # module
7 changes: 7 additions & 0 deletions src/deprecate.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export MultiModalDataset

const AbstractMultiModalDataset = AbstractMultiDataset

const MultiModalDataset = MultiDataset

const LabelledMultiModalDataset = LabelledMultiDataset

0 comments on commit 9396530

Please sign in to comment.