utils/interpolation_base.py [526:534]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                if self.param.log:
                    if super_idx >= 0:
                        print(
                            "Super {:02d}, It {:03d}, E: {:.5f}".format(
                                super_idx, it, Elist[0]
                            )
                        )
                    else:
                        print("It {:03d}, E: {:.5f}".format(it, Elist[0]))
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



utils/interpolation_base.py [599:607]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            if self.param.log:
                if super_idx >= 0:
                    print(
                        "Super {:02d}, It {:03d}, E: {:.5f}".format(
                            super_idx, it, Elist[0]
                        )
                    )
                else:
                    print("It {:03d}, E: {:.5f}".format(it, Elist[0]))
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



