Skip to content

Comments

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

Merged
Grochocinski merged 2 commits intomasterfrom
bugfix_plotting
Jul 24, 2025
Merged

Fixed Invalid Type Passing, Infinite Loop when Saving Plots#164
Grochocinski merged 2 commits intomasterfrom
bugfix_plotting

Conversation

@Grochocinski
Copy link
Collaborator

No description provided.

@Grochocinski Grochocinski self-assigned this Jul 24, 2025
@Grochocinski Grochocinski merged commit 5abb059 into master Jul 24, 2025
4 checks passed
@Grochocinski Grochocinski deleted the bugfix_plotting branch July 24, 2025 18:38
Grochocinski added a commit that referenced this pull request Jul 24, 2025
* fixed infinite loop due to invalid existing file checks

* fixed strings being passed to plot_type arg instead of PlotType enums
Grochocinski added a commit that referenced this pull request Jul 25, 2025
* fixed infinite loop due to invalid existing file checks

* fixed strings being passed to plot_type arg instead of PlotType enums
Grochocinski added a commit that referenced this pull request Aug 22, 2025
* 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>
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