Skip to content

Conversation

AayushSabharwal
Copy link
Member

@AayushSabharwal AayushSabharwal commented Jul 24, 2024

Close #747

Checklist

  • Appropriate tests were added
  • Any code changes were done in a way that does not break public API
  • All documentation related to code changes were updated
  • The new code follows the
    contributor guidelines, in particular the SciML Style Guide and
    COLPRAC.
  • Any new documentation only uses public API

Additional context

Add any other context about the problem here.

idxs = map(idxs) do i
hasname(i) ? getname(i) : i
end
if any(==(:t), idxs)
Copy link
Member

Choose a reason for hiding this comment

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

what's up here?

@ChrisRackauckas ChrisRackauckas merged commit bb7a65f into SciML:master Jul 25, 2024
33 of 41 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.

Plotting with a scalar symbol idx stopped working on 2.45 and 2.45.1
2 participants