Skip to content
Snippets Groups Projects
Commit 14b069ec authored by Colm Talbot's avatar Colm Talbot
Browse files

BUGFIX: make sure interferometers have non-empty metadata

parent e841995b
No related branches found
No related tags found
1 merge request!1281BUGFIX: make sure interferometers have non-empty metadata
Pipeline #572958 failed
......@@ -90,7 +90,7 @@ class Interferometer(object):
self.strain_data = InterferometerStrainData(
minimum_frequency=minimum_frequency,
maximum_frequency=maximum_frequency)
self.meta_data = dict()
self.meta_data = dict(name=name)
def __eq__(self, other):
if self.name == other.name and \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment