Skip to content

Comments

Convert Demos to Notebooks#169

Merged
Grochocinski merged 7 commits intomasterfrom
development
Aug 22, 2025
Merged

Convert Demos to Notebooks#169
Grochocinski merged 7 commits intomasterfrom
development

Conversation

@Grochocinski
Copy link
Collaborator

See #168 for details.

Grochocinski and others added 7 commits July 17, 2025 12:57
* fixed infinite loop due to invalid existing file checks

* fixed strings being passed to plot_type arg instead of PlotType enums
- Rolled compute_crossing_time() back to linear-search approach since y-values aren't guaranteed to be in sorted order and thus binary search cannot be used to find the first occurence of data above a certain threshold.

---------

Co-authored-by: Cen Wang <cenwang@umass.edu>
* split script into different code blocks

* migrate data farming model demo to notebook

* moved demo files into ipynb blocks

* fixed imports, added markdown titles

* fixed post-normalized experiments not being saved

* fixed uninitialized values

* added class_type flag to model design creation call

* reorganized file to improve flow and reduce repeated logic

* Fixed Invalid Type Passing, Infinite Loop when Saving Plots (#164)

* fixed infinite loop due to invalid existing file checks

* fixed strings being passed to plot_type arg instead of PlotType enums

* removed print statement

* Bugfix: Fix Compute Crossing Time (#165)

- Rolled compute_crossing_time() back to linear-search approach since y-values aren't guaranteed to be in sorted order and thus binary search cannot be used to find the first occurence of data above a certain threshold.

---------

* added guard logic for negative yerr coords in scatterplots

* reformatted to match san-sscont-ironore notebook

* reformatted to reduce repeated logic

* ported updated utils and list directory script from dev_traffic_light (#167)

* broke apart large code blocks, updated setup

* cleared output with nbstripout

* fix spelling mistakes

* expanded enum names to match respective descriptions

* fixed line length warnings

* Improve logging warning for invalid error bar coordinates

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fixed line length warnings

---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@Grochocinski Grochocinski merged commit 6d4df38 into master Aug 22, 2025
6 checks passed
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.

1 participant