-
Notifications
You must be signed in to change notification settings - Fork 8
[com4]: output for release area information #1213
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
base: master
Are you sure you want to change the base?
Conversation
still in progress relVolMin and relVolMax as output correct position for relId delete print small change fix bug pathPolygons as output rename function tidy up try to keep RAM as small as possible print a warning if the output in cfg is not completly valid small corrections correct bugs and doc update docu
8 new issues
|
|
Diff Coverage: The code coverage on the diff in this pull request is 9.7%. Total Coverage: This PR will decrease coverage by 0.83%. File Coverage Changes
🛟 Help
|
| fluxDistOldVersionBool=False, | ||
| FSI=None, | ||
| forestParams=None, | ||
| startcellVol=None, |
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.
| if key in processedStartCellIdDict: | ||
| ids = np.append(processedStartCellIdList[i][key], processedStartCellIdDict[key]) | ||
| processedStartCellIdDict[key] = np.unique(ids) | ||
| else: |
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.
| startCellIdDict[(cell.rowindex, cell.colindex)], startcellId) | ||
| startCellIdDict[(cell.rowindex, cell.colindex)] = np.unique( | ||
| startcellIdList) | ||
| else: |
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.
| ) | ||
| else: | ||
| relVolMinArray[cell.rowindex, cell.colindex] = max( | ||
| relVolMinArray[cell.rowindex, cell.colindex], cell.startcellVolMin |
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.
| else: | ||
| mergedDict[cellind] = smallDict[cellindSmall] | ||
| mergedDict[cellind] = np.unique(mergedDict[cellind]) | ||
| log.info("appended result %s_%i_%i", fName, i, j) |
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.
| if cellind in mergedDict: | ||
| mergedDict[cellind] = np.append(smallDict[cellindSmall], mergedDict[cellind]) | ||
| else: | ||
| mergedDict[cellind] = smallDict[cellindSmall] |
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.
rasters are only merged if they are written as output.
computation time (for my example): +25%
new outputs:
required input data (for these outputs):