Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed two issues deemed "severe" #47

Merged
merged 3 commits into from
Apr 4, 2024
Merged

Conversation

RTimothyEdwards
Copy link
Collaborator

Fixed two issues deemed "severe":
(1) cace_makeplot overwrites a "results" dictionary in a parameter,
destroying min/typ/max values. This happens when testbench
simulation data are inspected by plotting them.
(2) cace_write writes the value of paths['root'] which is always
'.' when it should be the location of the cwd relative to the
location chosen for the output file.

(1) cace_makeplot overwrites a "results" dictionary in a parameter,
    destroying min/typ/max values.  This happens when testbench
    simulation data are inspected by plotting them.
(2) cace_write writes the value of paths['root'] which is always
    '.' when it should be the location of the cwd relative to the
    location chosen for the output file.
@RTimothyEdwards RTimothyEdwards requested a review from mole99 April 3, 2024 19:26
Copy link
Member

@mole99 mole99 left a comment

Choose a reason for hiding this comment

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

Looks good to me and should not interfere in any way with my work 👍️

@mole99 mole99 merged commit 79a0bed into main Apr 4, 2024
11 checks passed
@mole99 mole99 deleted the fix_plot_overwrites_results branch April 4, 2024 06:26
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