This website requires JavaScript.
Explore
Help
Sign In
5505-public
/
dima
Watch
2
Star
0
Fork
0
You've already forked dima
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2dbd255589797cba3b53d018944a1270913fed6c
dima
/
src
History
Florez Ospina Juan Felipe
bd4ced00ba
Fixed bug, causing input_path normalization operation to damage Windows network drive paths. Basically, os.path.normpath(path_to_input_directory).strip(os.sep) replaced by os.path.normpath(path_to_input_directory).rstrip(os.sep)
2024-10-07 16:16:12 +02:00
..
__init__.py
Modified import statements to account for reader module's relocation.
2024-08-23 13:27:26 +02:00
git_ops.py
Moved remaining git operations in metadata_review_lib.py to git_ops.py and refactored accoringly
2024-07-05 15:46:20 +02:00
hdf5_lib_part2.py
Performed a few function relocations and deletions from src/hdf5_lib.py into src/hdf5_ops.py and made a copy of previous version as src/hdf5_lib_part2.py
2024-09-26 15:13:31 +02:00
hdf5_lib.py
Fixed bug, causing input_path normalization operation to damage Windows network drive paths. Basically, os.path.normpath(path_to_input_directory).strip(os.sep) replaced by os.path.normpath(path_to_input_directory).rstrip(os.sep)
2024-10-07 16:16:12 +02:00
hdf5_ops.py
Fixed bugs in update_file() method and create_hdf5_file_from_filesystem_path()
2024-10-03 09:32:25 +02:00
hdf5_vis.py
Moved take_yml_snapshot_of_hdf5_file func and associted helper functions from hdf5_vis.py into hdf5_ops.py
2024-09-25 16:42:44 +02:00
napp_plotlib.py
Relocated scripts
2024-03-18 13:44:11 +01:00
openbis_lib.py
Moved openbis_lib.py to src folder.
2024-02-21 15:58:21 +01:00
utils_bge.py
Relocated scripts
2024-03-18 13:44:11 +01:00