Erik Wiegel
Erik Wiegel
https://github.com/quaquel/pyNetLogo/blob/b944208036c9ef7a9b0b31c8c890a05cdb73f98d/docs/source/_docs/pyNetLogo%20demo%20-%20SALib%20sequential.ipynb#L119 Quite simply running the example code with n = 1000 will give the warning: ` Convergence properties of the Sobol' sequence is only valid if 'N' (1000) is equal...
https://github.com/quaquel/pyNetLogo/blob/b944208036c9ef7a9b0b31c8c890a05cdb73f98d/pyNetLogo/core.py#L573-L575 The problem is that the netlogo code here becomes: file-open "folder/count object where [ string = "value"].txt" Meaning netlogo understands: ``` file-open "folder/count object where [ string = "...
https://github.com/fluentassertions/fluentassertions/blob/22b82e738c527e5e83edd80dd6a4794f6049e8d5/Src/FluentAssertions/Equivalency/EquivalencyValidator.cs#L48 MaxDepth is set to 10. However, when the current node is at depth 10, it would return false. Depth is however 0-based, so depth 9 is already 10 levels,...