-
Notifications
You must be signed in to change notification settings - Fork 0
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
Release v0.6 #149
Merged
Release v0.6 #149
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
Member
gtrevisan
commented
May 17, 2024
•
edited
Loading
edited
- prerun pylint in PRs #148
- Fix singleton-comparison #150
- add simple makefile #157
- Fix imports #156
- Add documentation for D3D parameter methods #151
- Jlorincz/fix pd concat #153
- Jlorincz/testing clarity #171
- Jlorincz/temp files + shot settings from dict #154
- Jlorincz/fix sql writeback #152
- Add shot id argument for testing #179
- Fix computation of ip_prog #181
- Change defaults of interp1 #201
- Fix Greenwald_fraction #186
- Fix EFIT source tree in prad peaking computation #200
- add bounds_error & fill_value settings to a_minor's interp1 call in calculating Greenwald_fraction #202
- update and lock deps #204
prerun pylint in PRs
fix comparison
add simple makefile
Fix imports
merge update-deps onto dev
Add documentation for D3D parameter methods
* Fix for pd concat warning * Add safe concat * Fix result bug * Run black * Fix column number for d3d * Do not drop column * Fix column counts * Fix concat axis bug * Fix efit.py formatting
* Add temporary directory implementation * Fix formattting * better tmp folders that can be optionally kept * fix merge conflicts * run black * Use tmp dir and removed option * Fix formatting * Use only standard tmp directory * Fix conftest formatting * more informative name for tmd dir * readd last line to git ignore * Fix system for feature testing shot settings * Remove file logging test for simplicity * Remove unused imports * Remove unneeded code * Remove custom exception * Remove hard coded path --------- Co-authored-by: gtrevisan <[email protected]>
* Fixed insert for sql writeback * Fixed sql writeback table names * Fix writeback update and commit hash * Fix table bugs and add testing * Apply back and isort * Fix commit hash fix and test folder * Add skipif for cmod test on d3d * Fix test scope for writeback test * minor fix * Skip cmod fixtures on d3d * Fixed test for d3d * Create a constant for writeback table --------- Co-authored-by: gtrevisan <[email protected]>
* Add shot id argument for testing * Add type int to argument parser
* debug ip_prog error * ccontinue debugging * debug * Fixed get_active_wire_segments(). ip_prog now matches MATLAB method * Removed unnecessary comments and white spaces * delete 1 new line * black * remove one level of indentation * remove xfailures for ip_prog --------- Co-authored-by: gtrevisan <[email protected]>
* Change default behavior of interp1: - bounds_error=True -> False, - fill_value="interpolate" -> np.nan Updated docstrings accordingly. * fixup! Change default behavior of interp1: - bounds_error=True -> False, - fill_value="interpolate" -> np.nan Updated docstrings accordingly. --------- Co-authored-by: yumouwei
Co-authored-by: gtrevisan <[email protected]>
* Change r0 & z0 tree_name to '_efit_tree' to make them consistent with aminor * fixup! Change r0 & z0 tree_name to '_efit_tree' to make them consistent with aminor
* add bounds_error & fill_value settings to a_minor interp1 call * fixup! add bounds_error & fill_value settings to a_minor interp1 call --------- Co-authored-by: gtrevisan <[email protected]>
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.