Conversation
Array is properly masked, but interpolation routine ignored mask. Filling the array with NaN should solve this issue. Resulting array is properly masked again. Fix #811
Member
Author
|
Has been hot-patched to the ML Cirrus server. |
ReimarBauer
pushed a commit
to ReimarBauer/MSS
that referenced
this pull request
May 26, 2021
…pen-MSS#983) Array is properly masked, but interpolation routine ignored mask. Filling the array with NaN should solve this issue. Resulting array is properly masked again. Fix Open-MSS#811
ReimarBauer
added a commit
that referenced
this pull request
May 26, 2021
* fixed error message (#962) * improved install/update of MSS (#966) * improved install/update of MSS * updated env order and added an important hint Co-authored-by: J. Ungermann <[email protected]> * preparation v3.0.4 (#967) * Changed vertical section interpolation to treat masked values as NaN (#983) Array is properly masked, but interpolation routine ignored mask. Filling the array with NaN should solve this issue. Resulting array is properly masked again. Fix #811 * Import/Export Extensions, fixes #918 (#981) * export plugins added * import plugins added * removed a doubled import * popup message when all is done * first change model than reload views * waypoints_model.dataChanged added * saved after import * reorganized, removed double commits * import saves xml content, worklocally with ftml files * Added option to display a secondary axis in SideView. (#980) Fix #571 Co-authored-by: ReimarBauer <[email protected]> * enables to configure a EXPIRATION time in seconds, fixes #948 (#974) * enables to configure a EXPIRATION time in seconds we catch now various problems for an expired session, besides on a timelimit a session also expires on server restart. * popup message for new login requires added * flake8 fix Co-authored-by: J. Ungermann <[email protected]> * verbose output on chat who made changes * fixed typo * ToDo added * verifies expired user token and forces login * fixation of qt (#988) * added sorting for project list (#990) Co-authored-by: J. Ungermann <[email protected]> * Mscolab: collaborator can access version history (#925) * Mscolab: collaborator can access version history * updated mscolab.py * mscolab docs updated * mscolab.py updated Co-Authored-By: ReimarBauer <[email protected]> * added "collaborator" in file_manager * fixed: flake8 * file_manager.py updated * updated file_manager.py * refactored mscolab permissions * update * refactored permissions in "set_active_pid" Co-Authored-By: ReimarBauer <[email protected]> * closed windows after permission updated * merged: permission based closing of mscolab windows and disabling buttons to single function It will increase maintainability Co-Authored-By: J. Ungermann <[email protected]> * called `handle_mscolab_buttons` inside other functions Co-Authored-By: J. Ungermann <[email protected]> Co-authored-by: ReimarBauer <[email protected]> Co-authored-by: J. Ungermann <[email protected]> Co-authored-by: J. Ungermann <[email protected]> * flake8 fix Co-authored-by: J. Ungermann <[email protected]> Co-authored-by: Aravind Murali <[email protected]> Co-authored-by: Jatin Jain <[email protected]> Co-authored-by: J. Ungermann <[email protected]>
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.
Array is properly masked, but interpolation routine ignored mask.
Filling the array with NaN should solve this issue.
Resulting array is properly masked again.
Fix #811