ensmallen
ensmallen copied to clipboard
fix: build.py sequential mode
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!