Commit 3147d0d3 authored by Maiterth, Matthias's avatar Maiterth, Matthias
Browse files

Modified 'pue' identifier for plotting and grabbing the correct column

parent 10134923
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -203,7 +203,7 @@ if args.plot:

    if 'pue' in args.plot:
        if cooling_model:
            ylabel = 'PUE_Out[1]'
            ylabel = 'pue'
            title = 'FMU ' + ylabel + 'History'
            pl = Plotter('Time (s)', ylabel, title, OPATH / f'pue.{args.imtype}', \
                         uncertainties=args.uncertainties)