Update fit progress plot for numpy 2 compat, and resize it to show labels#1651
Open
barentine wants to merge 1 commit into
Open
Update fit progress plot for numpy 2 compat, and resize it to show labels#1651barentine wants to merge 1 commit into
barentine wants to merge 1 commit into
Conversation
Contributor
|
My only concern (which is why it's stayed broken this long) is that the graph is significantly less useful when shrunk down that much. I wonder if we could find some way to make it a bit more compact ... Maybe putting the axis labels in the title or a legend (although this is also likely to cause issues). |
Member
Author
|
I know what you mean. I remember messing with it a bit and not being totally satisfied. But at least with this someone can see what it means and expand it if they're interested. Also clears up the stderr/stdout |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses issue: progGraph is non-op on numpy2, and adding labels while we are here
Traceback
Is this a bugfix or an enhancement?
both
Proposed changes:
Checklist:
The below is a list of things what will be considered when reviewing PRs. It is not prescriptive, and does not
imply that PRs which touch any of these will be rejected but gives a rough indication of where there is a potential
for hangups (i.e. factors which could turn a 5 min review into a half hour or longer and shunt it to the bottom
of the TODO list).
much simpler if this is kept separate from functional changes. The auto-formatting performed by some editors is particulaly egregious and can lead to files with thousands
of non-functional changes with a few functional changes scattered amoungst them]
If an enhancement (or non-trivial bugfix):