Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
plotID_python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
plotID
plotID_python
Commits
dac159e2
Commit
dac159e2
authored
3 years ago
by
nugget
Browse files
Options
Downloads
Patches
Plain Diff
Reduce linting errors.
parent
d3c17ec1
No related branches found
No related tags found
2 merge requests
!12
v.0.1 for alpha release
,
!6
Implement basic functionality of publish.
Pipeline
#713770
passed with warnings
3 years ago
Stage: linting
Stage: testing
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
HDF5_externalLink.py
+5
-5
5 additions, 5 deletions
HDF5_externalLink.py
filecompare.py
+3
-3
3 additions, 3 deletions
filecompare.py
with
8 additions
and
8 deletions
HDF5_externalLink.py
+
5
−
5
View file @
dac159e2
import
h5py
# Shows how to create an externalLink (symbolic) to a hdf5 File
#Documentation available at: https://docs.h5py.org/en/stable/high/group.html#external-links
# Documentation available at:
# https://docs.h5py.org/en/stable/high/group.html#external-links
myfile
=
h5py
.
File
(
'
./example.h5
'
,
'
w
'
)
myfile
[
'
ext link
'
]
=
h5py
.
ExternalLink
(
"
testdata_2.h5
"
,
"
/
"
)
myfile
.
close
()
This diff is collapsed.
Click to expand it.
filecompare.py
+
3
−
3
View file @
dac159e2
# -*- coding: utf-8 -*-
"""
Created on Tue Oct 12 13:09:35 2021
Created on Tue Oct 12 13:09:35 2021
.
@author: Richter
"""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment