Actions: wtclarke/spec2nii
Actions
Showing runs from all workflows
193 workflow runs
193 workflow runs
{str(x)}
→ {x}
Run code tests on push and pull requests
#291:
Pull request #107
opened
by
DimitriPapadopoulos
math.log(..., 2)
→ math.log2(...)
Run code tests on push and pull requests
#290:
Pull request #106
opened
by
DimitriPapadopoulos
in [x, y, z]
→ in (x, y, z)
Run code tests on push and pull requests
#289:
Pull request #105
opened
by
DimitriPapadopoulos
int(1)
→ 1
Run code tests on push and pull requests
#287:
Pull request #103
opened
by
DimitriPapadopoulos
lambda x, y: x * y
→ operator.mul
Run code tests on push and pull requests
#286:
Pull request #102
opened
by
DimitriPapadopoulos
range(len(...))
→ enumerate(...)
Run code tests on push and pull requests
#284:
Pull request #100
opened
by
DimitriPapadopoulos