Skip to content

inconsistant/wrong results  #1

Description

@Buster42

def spc(start): # sum previous column
return numpy.sum(S[start:X,Y-1,0])

This sometimes return the value of X-1 so redefine S[start:X+1,Y-1,0]
returns the value asked for the first time but
then using the same formula elsewhere returns cannot add int and None
I thought this was an error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions