Skip to content

Comments

Bugfix: Fix Compute Crossing Time#165

Merged
Grochocinski merged 2 commits intomasterfrom
bugfix-curve-plot
Jul 25, 2025
Merged

Bugfix: Fix Compute Crossing Time#165
Grochocinski merged 2 commits intomasterfrom
bugfix-curve-plot

Conversation

@Grochocinski
Copy link
Collaborator

No description provided.

@Grochocinski Grochocinski self-assigned this Jul 25, 2025
@Grochocinski Grochocinski merged commit 7cdbbcf into master Jul 25, 2025
4 checks passed
@Grochocinski Grochocinski deleted the bugfix-curve-plot branch July 25, 2025 00:33
Grochocinski added a commit that referenced this pull request Jul 25, 2025
- 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>
Grochocinski added a commit that referenced this pull request Jul 25, 2025
- 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>
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.

2 participants