mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-07 21:45:43 +09:00
Merge branch 'update-for-campaign-6' into 'main'
Update for campaign 6 dispatch See merge request wotsubo/PSBoardDataBase!1413
This commit is contained in:
commit
88f514316d
9 changed files with 1411 additions and 1107 deletions
|
@ -10,6 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Added
|
||||
|
||||
- 6th Campaign
|
||||
- PLLLD fail count analysis
|
||||
- Analysis on reset_failed_though_reconfig_done (8b7902311caebab3b4714d7e56557ec340ac2ad7)
|
||||
|
||||
### Changed
|
||||
|
||||
- Added Manifest.toml to git management and removed CI for 1.10 since Manifest is resolved with 1.11 and is not compatible with 1.10 (1f6dcf2f245ad1537728052bc78bf2a40a2decab)
|
||||
- Updated stats of skew, power results for campaign 6 (!1413)
|
||||
- Add new dispatch criteria for campaign 6 (4924c5fdd6452a1df9ee95136cdb2c9f46191f68)
|
||||
|
||||
## [0.3.1] - 2024-11-14
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
17
docs/src/assets/pllld_count.html
Normal file
17
docs/src/assets/pllld_count.html
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load diff
Before Width: | Height: | Size: 222 KiB After Width: | Height: | Size: 250 KiB |
|
@ -1,19 +1,17 @@
|
|||
### A Pluto.jl notebook ###
|
||||
# v0.20.3
|
||||
# v0.20.2
|
||||
|
||||
using Markdown
|
||||
using InteractiveUtils
|
||||
|
||||
# This Pluto notebook uses @bind for interactivity. When running this notebook outside of Pluto, the following 'mock version' of @bind gives bound variables a default value (instead of an error).
|
||||
macro bind(def, element)
|
||||
#! format: off
|
||||
quote
|
||||
local iv = try Base.loaded_modules[Base.PkgId(Base.UUID("6e696c72-6542-2067-7265-42206c756150"), "AbstractPlutoDingetjes")].Bonds.initial_value catch; b -> missing; end
|
||||
local el = $(esc(element))
|
||||
global $(esc(def)) = Core.applicable(Base.get, el) ? Base.get(el) : iv(el)
|
||||
el
|
||||
end
|
||||
#! format: on
|
||||
end
|
||||
|
||||
# ╔═╡ d3c95316-7ffb-11ef-1e2c-2934f89a2336
|
||||
|
@ -350,7 +348,7 @@ SQLite = "~1.6.1"
|
|||
PLUTO_MANIFEST_TOML_CONTENTS = """
|
||||
# This file is machine-generated - editing it directly is not advised
|
||||
|
||||
julia_version = "1.11.1"
|
||||
julia_version = "1.11.2"
|
||||
manifest_format = "2.0"
|
||||
project_hash = "68b5b1b7d0691b17c298640ebab2813fd849f83c"
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 110 KiB |
|
@ -1,5 +1,5 @@
|
|||
### A Pluto.jl notebook ###
|
||||
# v0.20.3
|
||||
# v0.20.2
|
||||
|
||||
using Markdown
|
||||
using InteractiveUtils
|
||||
|
|
Loading…
Add table
Reference in a new issue