Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test with Python 2 style print statements #1056

Open
oysstu opened this issue Dec 22, 2023 · 1 comment
Open

Test with Python 2 style print statements #1056

oysstu opened this issue Dec 22, 2023 · 1 comment

Comments

@oysstu
Copy link

oysstu commented Dec 22, 2023

The following test function has python 2 style print statements

print float(m.objective_function())
m.inference_method.mpi_comm=None
m.mpi_comm=None
m._trigger_params_changed()
print float(m.objective_function())

@MartinBubel
Copy link
Contributor

Hi @oysstu
thanks for putting this up. Could be contribute a PR fixing this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants