| """Run the exact lecture calculations using the same CLI as ot_sbm_examples.py.""" | |
| from ot_sbm_examples import * | |
| if __name__ == '__main__': | |
| main() | |
| """Run the exact lecture calculations using the same CLI as ot_sbm_examples.py.""" | |
| from ot_sbm_examples import * | |
| if __name__ == '__main__': | |
| main() | |