Skip to content

Commit e6d3861

Browse files
committed
2 parents 3a16bbf + d9e2996 commit e6d3861

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

.github/workflows/spelling.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Spellcheck PR Diff
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- master
7+
8+
jobs:
9+
spellcheck:
10+
name: Spellcheck PR Diff
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- name: Install aspell
15+
run: |
16+
sudo apt-get install -y aspell aspell-en
17+
- name: Set up Python
18+
uses: actions/setup-python@v5
19+
with:
20+
python-version: 3.11
21+
- uses: compiler-research/git-spell-check@master
22+
- name: Setup tmate session
23+
if: ${{ !cancelled() && runner.debug }}
24+
uses: mxschmitt/action-tmate@v3
25+
# When debugging increase to a suitable value!
26+
timeout-minutes: 30

_data/meetinglist.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
discusses the functionality introduced to enable differentiation from
4040
likelihood through to ML classifier call and the impact of this
4141
functionality upon performance of the SBI fit.
42-
- title: Update
43-
speaker: Vassil Vassilev
42+
slides: "/assets/presentations/Jamie_G-RooFit_SBI.pdf"
4443
- title: Next meeting
4544
speaker: Vassil Vassilev
4645
link: 05 Jun 1700
2.23 MB
Binary file not shown.

0 commit comments

Comments
 (0)