easydiffraction 0.1.2__tar.gz → 0.1.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/.github/workflows/test-code.yaml +15 -2
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/.github/workflows/test-ipynb.yml +15 -2
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/.github/workflows/test-package.yaml +15 -2
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/PKG-INFO +1 -1
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples/Change_minimizer.ipynb +1 -1
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples/Fitting_PD-NEUT-CW_LBCO-HRPT.ipynb +1 -1
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples/Fitting_PD-NEUT-TOF_NCAF-WISH.ipynb +1 -1
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples/Fitting_PD-NEUT-TOF_Si-SEPD.ipynb +1 -1
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/pyproject.toml +1 -1
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/.github/dependabot.yml +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/.github/release-drafter.yml +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/.github/workflows/delete-old-runs.yml +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/.github/workflows/ossar-analysis.yml +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/.github/workflows/pypi-publish.yml +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/.github/workflows/release-drafter.yml +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/.github/workflows/verify-pr-labels.yml +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/.gitignore +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/CONTRIBUTING.md +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/DEVELOPMENT.md +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/LICENSE +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/README.md +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/Interfaces/CFML.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/Interfaces/GSASII.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/Interfaces/__init__.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/Interfaces/cryspy.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/Interfaces/cryspyV2.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/Interfaces/interfaceTemplate.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/Interfaces/pdffit2.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/Interfaces/types.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/Job.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/Jobs.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/Profiles/Analysis.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/Profiles/Container.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/Profiles/Experiment.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/Profiles/JobType.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/Profiles/P1D.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/Profiles/Sample.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/Profiles/__init__.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/Profiles/common.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/Runner.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/__init__.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/calculators/CFML.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/calculators/GSASII.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/calculators/__init__.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/calculators/cryspy.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/calculators/pdffit2.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/components/__init__.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/components/phase.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/components/polarization.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/components/site.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/elements/Backgrounds/Background.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/elements/Backgrounds/Factorial.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/elements/Backgrounds/Point.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/elements/Backgrounds/__init__.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/elements/Experiments/Experiment.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/elements/Experiments/Pattern.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/elements/Experiments/__init__.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/elements/__init__.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/interface.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/io/__init__.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/io/cif.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/io/cif_reader.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/io/cryspy_parser.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/io/helpers.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/main.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/sample.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples/data/hrpt.xye +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples/data/lbco.cif +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples/data/ncaf.cif +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples/data/sepd.xye +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples/data/si.cif +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples/data/wish.xye +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/3T2@LLB.xye +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/D1A@ILL.xye +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/Fitting.ipynb +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/Fitting_PD-CW_La0.5Ba0.5CoO3-HRPT@PSI/fitting.ipynb +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/Fitting_PD-CW_La0.5Ba0.5CoO3-HRPT@PSI/fitting.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/Fitting_PD-CW_La0.5Ba0.5CoO3-HRPT@PSI/hrpt.xye +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/Fitting_PD-TOF_Si-SEPD@Argonne/fitting copy.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/Fitting_PD-TOF_Si-SEPD@Argonne/fitting.ipynb +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/Fitting_PD-TOF_Si-SEPD@Argonne/fitting.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/Fitting_PD-TOF_Si-SEPD@Argonne/sepd.xye +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/Fitting_PD-TOF_Si-SEPD@Argonne/si.cif +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/Fitting_TOF.ipynb +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/Fitting_TOF_xye.ipynb +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/Fitting_multiphase.ipynb +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/PDF/Calculate_PDF_Profile_Ni.ipynb +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/PDF/Fitting_PDF_Profile_Ni.ipynb +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/PDF/Fitting_PDF_Profile_Si.ipynb +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/PDF/data/4507226.cif +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/PDF/data/Ni-xray.gr +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/PDF/data/Ni.cif +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/PDF/data/Si_calibration_cryostat_100A.fgr +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/PDF/data/Si_calibration_cryostat_20A.fgr +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/PDF/data/Si_calibration_cryostat_20A_01Rmin.fgr +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/PDF/data/Si_calibration_cryostat_50A.fgr +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/PDF/data/Si_calibration_cryostat_50A_01Rmin.fgr +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/PDF2/Calculate_PDF_Profile.ipynb +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/PDF2/Fitting_PDF_Profile.ipynb +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/PDF2/Ni-xray.gr +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/PDF2/Ni.cif +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/PDF2/Ni_fitting.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/PDF2/Ni_profile.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/PbSO4.cif +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/PolNPD5T.cif +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/Polarized.ipynb +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/Simulation.ipynb +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/TestingAPI/CrysPy/rhochi_unpolarized_tof_powder_Si/calc_chisq.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/TestingAPI/CrysPy/rhochi_unpolarized_tof_powder_Si/cryspy_PbSO4-D1A@ILL.rcif +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/TestingAPI/CrysPy/rhochi_unpolarized_tof_powder_Si/cryspy_unpolarized_tof_powder_Si.rcif +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/TestingAPI/CrysPy/rhochi_unpolarized_tof_powder_Si/refinement.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/TestingAPI/CrysPy/rhochi_unpolarized_tof_powder_Si/rhochi_unpolarized_tof_powder_CeCuAl.rcif +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/TestingAPI/EDB/experiments/d1a.cif +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/TestingAPI/EDB/models/pbso4.cif +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/TestingAPI/EDB/models/pbso4_dark.png +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/TestingAPI/EDB/project.cif +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/TestingAPI/EDB/summary/report.cif +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/TestingAPI/EDL/D1A@ILL.xye +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/TestingAPI/EDL/PbSO4.cif +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/TestingAPI/EDL/TestingAPI.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/d1a.cif +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/diamond_exp.xye +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/diamond_phase.cif +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/experiment_polarized.xye +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/multiphase.cif +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/ncaf.cif +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/structure_polarized.cif +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/wish.cif +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/__init__.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/integration_tests/CFML_Cryspy.png +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/integration_tests/FittingData.ipynb +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/integration_tests/FittingData_CFML-xarrays.ipynb +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/integration_tests/FittingData_CFML.ipynb +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/integration_tests/PbSO4.cif +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/integration_tests/PbSO4_neutrons_short.xye +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/integration_tests/PbSO4_xrays_short.xye +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/integration_tests/SrTiO3.cif +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/integration_tests/WorkedExample2.ipynb +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/integration_tests/fit_script.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/integration_tests/test1.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/integration_tests/test3.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/integration_tests/workedExample1.ipynb +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/integration_tests/xarray_test.ipynb +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/resources/PbSO4.cif +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/resources/PolNPD5T.cif +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/resources/d1a.cif +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/unit_tests/Calculators/__init__.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/unit_tests/Elements/__init__.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/unit_tests/Interfaces/__init__.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/unit_tests/Profiles/__init__.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/unit_tests/Profiles/test_Experiment.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/unit_tests/Profiles/test_JobType.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/unit_tests/__init__.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/unit_tests/test_Job.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/unit_tests/test_Jobs.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/unit_tests/test_Runner.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/unit_tests/test_interface.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/unit_tests/test_sample.py +0 -0
- {easydiffraction-0.1.2 → easydiffraction-0.1.3}/tools/Scripts/generate_html.py +0 -0
|
@@ -12,8 +12,21 @@
|
|
|
12
12
|
|
|
13
13
|
name: Test code
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
on
|
|
15
|
+
on:
|
|
16
|
+
# Trigger the workflow on push
|
|
17
|
+
push:
|
|
18
|
+
# Every branch
|
|
19
|
+
branches:
|
|
20
|
+
- "**"
|
|
21
|
+
# But do not run this workflow on creating a new tag starting with 'v', e.g. 'v1.0.3' (see pypi-publish.yml)
|
|
22
|
+
tags-ignore:
|
|
23
|
+
- 'v*'
|
|
24
|
+
# Trigger the workflow on pull request
|
|
25
|
+
pull_request:
|
|
26
|
+
branches:
|
|
27
|
+
- "**"
|
|
28
|
+
# Allows you to run this workflow manually from the Actions tab
|
|
29
|
+
workflow_dispatch:
|
|
17
30
|
|
|
18
31
|
# Allow only one concurrent workflow, skipping runs queued between the run in-progress and latest queued.
|
|
19
32
|
# And cancel in-progress runs.
|
|
@@ -2,8 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
name: Test Jupyter notebooks
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
on
|
|
5
|
+
on:
|
|
6
|
+
# Trigger the workflow on push
|
|
7
|
+
push:
|
|
8
|
+
# Every branch
|
|
9
|
+
branches:
|
|
10
|
+
- "**"
|
|
11
|
+
# But do not run this workflow on creating a new tag starting with 'v', e.g. 'v1.0.3' (see pypi-publish.yml)
|
|
12
|
+
tags-ignore:
|
|
13
|
+
- 'v*'
|
|
14
|
+
# Trigger the workflow on pull request
|
|
15
|
+
pull_request:
|
|
16
|
+
branches:
|
|
17
|
+
- "**"
|
|
18
|
+
# Allows you to run this workflow manually from the Actions tab
|
|
19
|
+
workflow_dispatch:
|
|
7
20
|
|
|
8
21
|
# Allow only one concurrent workflow, skipping runs queued between the run in-progress and latest queued.
|
|
9
22
|
# And cancel in-progress runs.
|
|
@@ -12,8 +12,21 @@
|
|
|
12
12
|
|
|
13
13
|
name: Build and test package
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
on
|
|
15
|
+
on:
|
|
16
|
+
# Trigger the workflow on push
|
|
17
|
+
push:
|
|
18
|
+
# Every branch
|
|
19
|
+
branches:
|
|
20
|
+
- "**"
|
|
21
|
+
# But do not run this workflow on creating a new tag starting with 'v', e.g. 'v1.0.3' (see pypi-publish.yml)
|
|
22
|
+
tags-ignore:
|
|
23
|
+
- 'v*'
|
|
24
|
+
# Trigger the workflow on pull request
|
|
25
|
+
pull_request:
|
|
26
|
+
branches:
|
|
27
|
+
- "**"
|
|
28
|
+
# Allows you to run this workflow manually from the Actions tab
|
|
29
|
+
workflow_dispatch:
|
|
17
30
|
|
|
18
31
|
# Allow only one concurrent workflow, skipping runs queued between the run in-progress and latest queued.
|
|
19
32
|
# And cancel in-progress runs.
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
" print(\"Running in Google Colab\")\n",
|
|
60
60
|
" # Install the easydiffraction library if it is not installed (including charts extras)\n",
|
|
61
61
|
" if importlib.util.find_spec(\"easydiffraction\") is None:\n",
|
|
62
|
-
" !pip install 'easydiffraction[charts]'
|
|
62
|
+
" !pip install 'easydiffraction[charts]'\n",
|
|
63
63
|
" # Download the data files to be read in notebook\n",
|
|
64
64
|
" for fname in ['lbco.cif', 'hrpt.xye']:\n",
|
|
65
65
|
" pooch.retrieve(\n",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
" print(\"Running in Google Colab\")\n",
|
|
60
60
|
" # Install the easydiffraction library if it is not installed (including charts extras)\n",
|
|
61
61
|
" if importlib.util.find_spec(\"easydiffraction\") is None:\n",
|
|
62
|
-
" !pip install 'easydiffraction[charts]'
|
|
62
|
+
" !pip install 'easydiffraction[charts]'\n",
|
|
63
63
|
" # Download the data files to be read in notebook\n",
|
|
64
64
|
" for fname in ['lbco.cif', 'hrpt.xye']:\n",
|
|
65
65
|
" pooch.retrieve(\n",
|
{easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples/Fitting_PD-NEUT-TOF_NCAF-WISH.ipynb
RENAMED
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
" print(\"Running in Google Colab\")\n",
|
|
60
60
|
" # Install the easydiffraction library if it is not installed (including charts extras)\n",
|
|
61
61
|
" if importlib.util.find_spec(\"easydiffraction\") is None:\n",
|
|
62
|
-
" !pip install 'easydiffraction[charts]'
|
|
62
|
+
" !pip install 'easydiffraction[charts]'\n",
|
|
63
63
|
" # Download the data files to be read in notebook\n",
|
|
64
64
|
" for fname in ['ncaf.cif', 'wish.xye']:\n",
|
|
65
65
|
" pooch.retrieve(\n",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
" print(\"Running in Google Colab\")\n",
|
|
56
56
|
" # Install the easydiffraction library if it is not installed (including charts extras)\n",
|
|
57
57
|
" if importlib.util.find_spec(\"easydiffraction\") is None:\n",
|
|
58
|
-
" !pip install 'easydiffraction[charts]'
|
|
58
|
+
" !pip install 'easydiffraction[charts]'\n",
|
|
59
59
|
" # Download the data files to be read in notebook\n",
|
|
60
60
|
" for fname in ['sepd.xye']:\n",
|
|
61
61
|
" pooch.retrieve(\n",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/Interfaces/interfaceTemplate.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/elements/Backgrounds/Background.py
RENAMED
|
File without changes
|
{easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/elements/Backgrounds/Factorial.py
RENAMED
|
File without changes
|
{easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/elements/Backgrounds/Point.py
RENAMED
|
File without changes
|
{easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/elements/Backgrounds/__init__.py
RENAMED
|
File without changes
|
{easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/elements/Experiments/Experiment.py
RENAMED
|
File without changes
|
{easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/elements/Experiments/Pattern.py
RENAMED
|
File without changes
|
{easydiffraction-0.1.2 → easydiffraction-0.1.3}/easydiffraction/elements/Experiments/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/Fitting_PD-TOF_Si-SEPD@Argonne/sepd.xye
RENAMED
|
File without changes
|
{easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/Fitting_PD-TOF_Si-SEPD@Argonne/si.cif
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/PDF/Calculate_PDF_Profile_Ni.ipynb
RENAMED
|
File without changes
|
{easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/PDF/Fitting_PDF_Profile_Ni.ipynb
RENAMED
|
File without changes
|
{easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/PDF/Fitting_PDF_Profile_Si.ipynb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/PDF2/Calculate_PDF_Profile.ipynb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/TestingAPI/EDB/experiments/d1a.cif
RENAMED
|
File without changes
|
{easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/TestingAPI/EDB/models/pbso4.cif
RENAMED
|
File without changes
|
{easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/TestingAPI/EDB/models/pbso4_dark.png
RENAMED
|
File without changes
|
|
File without changes
|
{easydiffraction-0.1.2 → easydiffraction-0.1.3}/examples_old/TestingAPI/EDB/summary/report.cif
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/integration_tests/FittingData_CFML.ipynb
RENAMED
|
File without changes
|
|
File without changes
|
{easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/integration_tests/PbSO4_neutrons_short.xye
RENAMED
|
File without changes
|
{easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/integration_tests/PbSO4_xrays_short.xye
RENAMED
|
File without changes
|
|
File without changes
|
{easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/integration_tests/WorkedExample2.ipynb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/integration_tests/workedExample1.ipynb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{easydiffraction-0.1.2 → easydiffraction-0.1.3}/tests/unit_tests/Profiles/test_Experiment.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|