|
initialize(None, tmpconfig, output, j, device=device) |
In this line, the function initialise takes 5 arguments (None, tmpconfig, output, j, device) .
But I noticed that in the definition , initialise should take only 4 arguments (config, output, i, device) .
|
def initialize(config, output, i, device="cpu"): |
I'm not a native English speaker, so my English may be very poor. Please forgive me.
inv-design/didgen/generator.py
Line 62 in c34a82d
In this line, the function initialise takes 5 arguments (None, tmpconfig, output, j, device) .
But I noticed that in the definition , initialise should take only 4 arguments (config, output, i, device) .
inv-design/didgen/inverter.py
Line 140 in c34a82d
I'm not a native English speaker, so my English may be very poor. Please forgive me.