We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
int
epimargin/epimargin/models.py
Line 151 in 7170f5f
S, I and D are int here: clip wont work. Are these self.S etc that are list[int]?
S
I
D
clip
self.S
list[int]
Similary .copy(), .astype(), .clip() is called on int in a few places.
.copy()
.astype()
.clip()
Sequence
Line 250 in 7170f5f
doesn't make sense since S0 is int in argument.
S0
The text was updated successfully, but these errors were encountered:
potential fixes: COVID-IWG#126
3c2e70f
No branches or pull requests
int
epimargin/epimargin/models.py
Line 151 in 7170f5f
S
,I
andD
areint
here:clip
wont work. Are theseself.S
etc that arelist[int]
?Similary
.copy()
,.astype()
,.clip()
is called onint
in a few places.int
is being treated asSequence
epimargin/epimargin/models.py
Line 250 in 7170f5f
doesn't make sense since
S0
isint
in argument.The text was updated successfully, but these errors were encountered: