mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-08 05:55:42 +09:00
update(notebook): reexecute & fixed errors in ppconfig_error_analysis
This commit is contained in:
parent
747c4cc133
commit
63354e2962
1 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
### A Pluto.jl notebook ###
|
### A Pluto.jl notebook ###
|
||||||
# v0.20.3
|
# v0.20.4
|
||||||
|
|
||||||
using Markdown
|
using Markdown
|
||||||
using InteractiveUtils
|
using InteractiveUtils
|
||||||
|
@ -18,7 +18,7 @@ begin
|
||||||
using DataFrames
|
using DataFrames
|
||||||
using SQLite
|
using SQLite
|
||||||
using DBInterface
|
using DBInterface
|
||||||
using CairoMakie
|
# using CairoMakie
|
||||||
using PlutoUI
|
using PlutoUI
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -55,6 +55,9 @@ qaqc_single_run_results_with_ppconfig_error = transform(
|
||||||
if !ispath(logfilepath)
|
if !ispath(logfilepath)
|
||||||
return missing
|
return missing
|
||||||
end
|
end
|
||||||
|
if psbid == 723 && runid == 434
|
||||||
|
return missing
|
||||||
|
end
|
||||||
slavelog =
|
slavelog =
|
||||||
PSBoardDataBase.SlaveLogParser.parse_slavelog_file(logfilepath)
|
PSBoardDataBase.SlaveLogParser.parse_slavelog_file(logfilepath)
|
||||||
result_asdtp = slavelog.asdtp
|
result_asdtp = slavelog.asdtp
|
||||||
|
|
Loading…
Add table
Reference in a new issue