Skip to content
Snippets Groups Projects
Commit dac159e2 authored by nugget's avatar nugget
Browse files

Reduce linting errors.

parent d3c17ec1
No related branches found
No related tags found
2 merge requests!12v.0.1 for alpha release,!6Implement basic functionality of publish.
Pipeline #713770 passed with warnings
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()
# -*- coding: utf-8 -*-
"""
Created on Tue Oct 12 13:09:35 2021
Created on Tue Oct 12 13:09:35 2021.
@author: Richter
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment