Merge PR #329 into develop

This is a continuation from #319. The singleton-ish interface has not
been changed yet.

Change-Id: I93c8f1145561184f6e91f7e8f7debd3b48936205
This commit is contained in:
Jan Kundrát
2020-03-18 19:14:54 +01:00
20 changed files with 3697 additions and 7384 deletions

View File

@@ -27,3 +27,6 @@ class DisjunctionError(ServiceError):
class SpectrumError(Exception):
'''Spectrum errors of the program'''
class ParametersError(ConfigurationError):
'''Incomplete or wrong configurations within parameters json'''