-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from uzh-dqbm-cmi/init_dd
Deprecating DataManager in favor of DataDirectory.load(hint)
- Loading branch information
Showing
10 changed files
with
306 additions
and
223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
from datatc.data_manager import DataManager | ||
from datatc.data_directory import DataDirectory | ||
from datatc.self_aware_data import SelfAwareData | ||
from datatc.data_manager import DataManager | ||
|
||
__all__ = ['DataManager', 'SelfAwareData'] | ||
__all__ = ['DataDirectory', 'SelfAwareData', 'DataManager'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.