Closed athulpg007 closed 1 year ago
Fixed in version 1.1.4 https://github.com/jbussemaker/SBArchOpt/commit/b5b5adc0e9111c03ea1dd126dcc5b60a78f0b818
Comment copied over from https://github.com/openjournals/joss-reviews/issues/5564 to keep review clean, can be closed.
In the print_stats line, an error occurs due to use deprecated numpy.float. Since numpy version is not pinned, I had the latest version 1.25.0. I suggest to replace the numpy.float with built-in float (preferable); or pin the numpy version to one < 1.20.0 (not recommended) as a short term fix. Full traceback: