Skip to content

Commit 09f21e2

Browse files
committed
bring back jit
1 parent 6b98b73 commit 09f21e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyfixest/estimation/vcov_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def _get_panel_idx(
191191
return order, units, starts, counts, panel_arr_sorted, time_arr_sorted
192192

193193

194-
# @nb.njit(parallel=False)
194+
@nb.njit(parallel=False)
195195
def _nw_meat_panel(
196196
scores: np.ndarray,
197197
time_arr: np.ndarray,

0 commit comments

Comments
 (0)