Commit dfe8b08d authored by Brewer, Wes's avatar Brewer, Wes Committed by Maiterth, Matthias
Browse files

Add Frontier aging policy

parent 9f4ec712
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -84,8 +84,8 @@ if args.replay:
        extracted_date = "Date not found"
        DIR_NAME = create_casename()

    # Read telemetry data (either npz file or via custom data loader)
    if args.replay[0].endswith(".npz"): # replay .npz file
    # Read telemetry data
    if args.replay[0].endswith(".npz"): # read .npz file
        print(f"Loading {args.replay[0]}...")
        jobs = td.load_snapshot(args.replay[0])