ensmallen icon indicating copy to clipboard operation
ensmallen copied to clipboard

fix: build.py sequential mode

Open redst4r opened this issue 2 months ago • 0 comments

Hi,

just ran into a bug when using the --sequential flag in the build script. Essentially, it overwrites the CLI-args with something else (the content of settings["targets"].items() and fails later on when trying to access the CLI-args in line 484.

Simply fixed by renaming.

PS: Awesome graph library!

redst4r avatar Dec 11 '24 00:12 redst4r