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

Update python version support #477

Merged
merged 19 commits into from
Mar 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove forgotten print-commands
  • Loading branch information
hpesonen committed Mar 15, 2024
commit 11858fb34f33b1efe534dd587a30d9d5ebd7b2e2
2 changes: 0 additions & 2 deletions elfi/examples/bdm.py
Original file line number Diff line number Diff line change
@@ -47,7 +47,6 @@ def process_result(completed_process, *inputs, **kwinputs):

The signature follows that given in `elfi.tools.external_operation`.
"""
print("Test 3")
output_filename = kwinputs['output_filename']

# Read the simulations from the file.
@@ -58,7 +57,6 @@ def process_result(completed_process, *inputs, **kwinputs):
os.remove(output_filename)

# This will be passed to ELFI as the result of the command
print("Test 4")
return simulations