Skip to content

Commit

Permalink
change example bcdi pipeline notebook name
Browse files Browse the repository at this point in the history
  • Loading branch information
clatlan committed Jul 22, 2024
1 parent f6c6ad2 commit 9a96ae4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/prepare_bcdi_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

notebook_path = os.path.abspath(
os.path.dirname(cdiutils.__file__)
+ "/examples/analyse_bcdi_data.ipynb"
+ "/examples/bcdi_pipeline.ipynb"
)
step_by_step_notebook_path = os.path.abspath(
os.path.dirname(cdiutils.__file__)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
package_data={
'cdiutils': [
'process/pynx-id01cdi_template.slurm',
'examples/analyse_bcdi_data.ipynb',
'examples/bcdi_pipeline.ipynb',
'examples/step_by_step_bcdi_analysis.ipynb'
],
},
Expand Down

0 comments on commit 9a96ae4

Please sign in to comment.