Skip to content

Commit

Permalink
Syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
PTNobel committed Jan 2, 2025
1 parent 8740f8e commit 90465c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion randalo/adelie_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ def _matmul_impl(self, v):
penalty=np.zeros(S),
lmda_path=[0], progress_bar=False, n_threads=32, intercept=False)
B = np.array(
self.X_S @ state.betas.toarray()[0] #.reshape((S, -1), order='C'),
self.X_S @ state.betas.toarray()[0] #.reshape((S, -1), order='C')
,
dtype=np.float32)
return torch.from_numpy(B)

Expand Down

0 comments on commit 90465c9

Please sign in to comment.