Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing notebook #21

Merged
merged 6 commits into from
Nov 26, 2024
Merged

fixing notebook #21

merged 6 commits into from
Nov 26, 2024

Conversation

chStaiger
Copy link
Member

The jupyter notebook is adjusted to the new backend.
It replicates each step of the validation pipeline and gives a bit more information.

@chStaiger chStaiger linked an issue Nov 22, 2024 that may be closed by this pull request
@lagerweijgr
Copy link
Collaborator

For me the changes with jupyter notebook works. I tested with the second example data folder which contains a new version of the files compared to example study1.
I get the some errors/warnings as when I just run python with this folder, and I like to the explanations of the checks in notebook.
For me the merge is fine and approved.

Copy link
Collaborator

@qubixes qubixes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly cosmetic suggestions. The new comments in the notebook are nice to understand exactly what is going on.

@@ -107,7 +108,7 @@
"metadata": {},
"outputs": [],
"source": [
"proj_data_path = Path.cwd().parent / \"data\" / \"synthetic_data\"\n",
"proj_data_path = Path.cwd().parent / \"data\" / \"synthetic_data_2\"\n",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is synthetic_data_2? Perhaps we can give it a better name? Does the old one still work, some explanation here would be helpful.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Renamed to "test_data"

src/validation_pipeline.ipynb Outdated Show resolved Hide resolved
src/validation_pipeline.ipynb Outdated Show resolved Hide resolved
src/validation_pipeline.ipynb Outdated Show resolved Hide resolved
chStaiger and others added 5 commits November 25, 2024 11:38
Co-authored-by: qubixes <44498096+qubixes@users.noreply.github.com>
Co-authored-by: qubixes <44498096+qubixes@users.noreply.github.com>
Co-authored-by: qubixes <44498096+qubixes@users.noreply.github.com>
@chStaiger chStaiger merged commit 5b92d17 into main Nov 26, 2024
@chStaiger chStaiger deleted the jupyter branch November 26, 2024 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rewrite jupyter notebook
3 participants