-
Notifications
You must be signed in to change notification settings - Fork 3
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
HectorUI v3.0 #76
Merged
Merged
HectorUI v3.0 #76
Conversation
This file contains 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
Remove old maps function call
Parameters no longer need the "Load Graphs" button to be clicked to update automatically, and RCPs load correctly instead of being much lower than they should be. Load Graphs button is still there because it's needed to load new output variables Sliders that must be >0 also adjusted so they can't be set to 0
RCPs and params update automatically
added R6 modules
Can download csv with output from multiple runs. Currently only works if dataframes are same length (so year range isn't changed)
Now lets you download runs of different sizes. Fixed summary updating automatically without "Print" button being clicked
mainly just changed some formatting since last commit
Added text input to give runs names, and "save slots" for runs
Added toggle to run without saving or save to one of 8 slots. Saving currently doesn't work (issue with popup)
saving still does not work
Only set to work with runs that aren't saved right now, no change to saved runs
added tab to select variable plotted. only global temperature and CO2 concentration right now
Additional variables available to select, by pulling all of them with fetchvars in mod_run
All vars from current version of HectorUI added. Save toggle somewhat works, but the unsaved run also is triggered each time even if save toggle is on
Fix save toggle
Moves files to final folder
Hector v3.0
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #76 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 1 1
Lines 270 57 -213
==========================================
- Hits 270 57 -213 ☔ View full report in Codecov by Sentry. |
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.
HectorUI
v3.0
Highlights ✨
Introducing HectorUI v3.0, an upgraded version of HectorUI introducing new features and compatibility with Hector v3.2.0. This update also introduces module and r6 classes for a optimized code and server functionality.
Bug Fixes 👾
New Features 💡