-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Vary current and temperature in "parameter comparison"
#61
Conversation
Codecov Report
@@ Coverage Diff @@
## main #61 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 19 19
Lines 603 591 -12
=========================================
- Hits 603 591 -12
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, thanks @Saransh-cpp !
…sue-57-vary-current-and-temp-always
Now if the GIF has a size > 15728640, the bot goes ahead to create another one. Resizing the GIF more would have brought down the quality which would have made the GIF hazy. |
What do you mean by it creates another GIF? As in it does a new simulation in hope of the resulting GIF being smaller? |
Now it resizes the GIF again if the API gives an error |
Closes #57
Closes #62
Changes / Additions
"Ambient temperature [K]"
is being varied in every comparison and"Current function [A]"
is being varied in all non-experiment comparisons, it made sense to generate them inconfig_generator
rather than inComparisonGenerator
.ComparisonGenerator
now acceptsparams
which also removes the need ofreply_overrides
as the values are already varied inparams
.tweet_text
to go with these changes."Ambient temperature [K]"
and"Current function [A]"
fromparam_to_vary_dict
as now they are varied in all the cases.