From 63354e2962e70bd86e2bb6447578ee214423f1bd Mon Sep 17 00:00:00 2001 From: Wataru Otsubo Date: Wed, 22 Jan 2025 01:57:56 +0900 Subject: [PATCH] update(notebook): reexecute & fixed errors in ppconfig_error_analysis --- examples/ppconfig_error_analysis.jl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/examples/ppconfig_error_analysis.jl b/examples/ppconfig_error_analysis.jl index f160515..aa97836 100644 --- a/examples/ppconfig_error_analysis.jl +++ b/examples/ppconfig_error_analysis.jl @@ -1,5 +1,5 @@ ### A Pluto.jl notebook ### -# v0.20.3 +# v0.20.4 using Markdown using InteractiveUtils @@ -18,7 +18,7 @@ begin using DataFrames using SQLite using DBInterface - using CairoMakie + # using CairoMakie using PlutoUI end @@ -55,6 +55,9 @@ qaqc_single_run_results_with_ppconfig_error = transform( if !ispath(logfilepath) return missing end + if psbid == 723 && runid == 434 + return missing + end slavelog = PSBoardDataBase.SlaveLogParser.parse_slavelog_file(logfilepath) result_asdtp = slavelog.asdtp