pycopancore icon indicating copy to clipboard operation
pycopancore copied to clipboard

reference implementation of the copan:CORE World-Earth modelling framework

Results 51 pycopancore issues
Sort by recently updated
recently updated
newest added

For the example `pair` of a nominal and a dimensional variable it was not possible for me to set a specific threshold for all pairs where the nominal part takes...

enhancement

For a boolean variable, three different ways of setting (all) thresholds yield three different results: 1. Specifying only for different source/target ``` imi_abs_threshold = {'bool': { ((False,), (True,)): 0, ((True,),...

bug

## Description As there are many contributors to the project, it may make sense to review the current merge workflow and understand whether it is eliminating the risk for unfinished...

enhancement

Setting together as in ``` imi_p_imitate = { 'ord': { ((1,2,), (5,)): 1.0, } ``` does not yield any spreading, whilst setting separately ``` imi_p_imitate = { 'ord': { ((1,),...

bug

## Description there might be deprecated code which requires pruning ## Todo - [ ] replace the deprecated use of the "reflected list" datastructure in some parts of the code...

enhancement

## Description there are some undocumented parts. Prioritize to support effort-allocation ## Todo - [ ] go through the base framework code and make a prioritized list of things that...

enhancement

bitte in deine branch mergen und ausprobieren, sollte ungefährlich sein.

see leander's bug report from 22.11.21, 12:19 even though ``` Target var. Individual.share_of_active_neighbors directly depends on {Individual.number_of_active_neighbors, Individual.number_of_neighbors} ``` the target variable of this process does not seem to get...

Replace all print statements by proper logging statements using the logging library, with standard levels DEBUG, INFO; WARN, ERR etc. and let users set the level of output.

enhancement