Skip to content

Commit 60d7b4d

Browse files
Merge pull request #167 from EasyScience/develop
New release
2 parents fcb138d + fe68c32 commit 60d7b4d

File tree

19 files changed

+381
-83
lines changed

19 files changed

+381
-83
lines changed

.github/workflows/ci-testing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# - Download the Python package from the previous job
1515
# - Install the downloaded Python package
1616
# - Test the code base
17-
# - Check if Jupiter Notebooks run without errors
17+
# - Check if Jupyter Notebooks run without errors
1818

1919
name: Test code, notebooks and package
2020

@@ -251,7 +251,7 @@ jobs:
251251
run: >
252252
pytest tests/ --color=yes -n auto
253253
254-
- name: Check if Jupiter Notebooks run without errors
254+
- name: Check if Jupyter Notebooks run without errors
255255
shell: bash
256256
run: >
257257
pytest --nbmake examples/ --ignore-glob='examples/*emcee*'

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<p align='left'>
22
<picture>
33
<!-- light mode logo -->
4-
<source media='(prefers-color-scheme: light)' srcset='https://raw.githubusercontent.com/EasyScience/EasyDiffraction/master/resources/logo/EasyDiffractionLib-logo_lightmode.svg'>
4+
<source media='(prefers-color-scheme: light)' srcset='https://raw.githubusercontent.com/EasyScience/BrandingResources/refs/heads/master/EasyDiffraction/logos/ed-logo_light.svg'>
55
<!-- dark mode logo -->
6-
<source media='(prefers-color-scheme: dark)' srcset='https://raw.githubusercontent.com/EasyScience/EasyDiffraction/master/resources/logo/EasyDiffractionLib-logo_darkmode.svg'>
6+
<source media='(prefers-color-scheme: dark)' srcset='https://raw.githubusercontent.com/EasyScience/BrandingResources/refs/heads/master/EasyDiffraction/logos/ed-logo_dark.svg'>
77
<!-- default logo == light mode logo -->
8-
<img src='https://raw.githubusercontent.com/EasyScience/EasyDiffraction/master/resources/logo/EasyDiffractionLib-logo_lightmode.svg' alt='EasyCrystallography'>
8+
<img src='https://raw.githubusercontent.com/EasyScience/BrandingResources/refs/heads/master/EasyDiffraction/logos/ed-logo_light.svg' alt='EasyDiffraction'>
99
</picture>
1010
</p>
1111

0 commit comments

Comments
 (0)