Skip to content
Snippets Groups Projects

Prototype of new alignment configuration

Merged Florian Reiss requested to merge pyconf into master
Compare and Show latest version
16 files
+ 164
68
Compare changes
  • Side-by-side
  • Inline
Files
16
@@ -79,10 +79,11 @@ parser.add_option(
(opts, args) = parser.parse_args()
#TODO: new configuration does not work with multiple iterations yet, see https://gitlab.cern.ch/lhcb/Alignment/-/issues/17
if opts.humboldt and opts.numiter > 1:
raise ValueError("New configuration does not work with multiplie iterations yet! Please try just one iteration")
raise ValueError(
"New configuration does not work with multiplie iterations yet! Please try just one iteration"
)
import datetime
t0 = datetime.datetime.now()
Loading