Skip to content

Commit 4795243

Browse files
authored
add import for numba.prange (#284)
1 parent b855fc1 commit 4795243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/likelihood_bayes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ We'll begin by loading some Python modules.
5353
import matplotlib.pyplot as plt
5454
plt.rcParams["figure.figsize"] = (11, 5) #set default figure size
5555
import numpy as np
56-
from numba import vectorize, njit
56+
from numba import vectorize, njit, prange
5757
from math import gamma
5858
import pandas as pd
5959

0 commit comments

Comments
 (0)