Select Git revision
Anton Joubert authored
When running multiple devices via MultiDeviceTestContext, it could result in failures during initialisation like ``` AttributeError: 'SKABaseDeviceStateModel' object has no attribute '_set_obs_state' ``` Issue was caused by updates to the transitions dict class variable instead of maintaining a unique instance per object.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
release.py 501 B
# -*- coding: utf-8 -*-
#
# This file is part of the SKA LMC Base Classes project
#
#
#
"""Release information for lmc-base-classes Python Package"""
name = """lmcbaseclasses"""
version = "0.6.2"
version_info = version.split(".")
description = """A set of generic base devices for SKA Telescope."""
author = "SKA India and SARAO and CSIRO"
author_email = "adityadange.ska at gmail.com"
license = """BSD-3-Clause"""
url = """https://www.skatelescope.org/"""
copyright = """NCRA and SARAO and CSIRO"""