Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
for tasks mutual_information is a property
  • Loading branch information
grfrederic authored Jan 15, 2024
1 parent 2be0a91 commit bc7684b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import bmi

task = bmi.benchmark.BENCHMARK_TASKS['1v1-normal-0.75']
print(f"Task {task.name} with dimensions {task.dim_x} and {task.dim_y}")
print(f"Ground truth mutual information: {task.mutual_information():.2f}")
print(f"Ground truth mutual information: {task.mutual_information:.2f}")

X, Y = task.sample(1000, seed=42)

Expand Down

0 comments on commit bc7684b

Please sign in to comment.