Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfordham committed May 11, 2024
1 parent e82ee32 commit 7e6a3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_conformal_interence.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def test_step_sz_guessing(self):
"max_iter": self.max_iter,
"step_sz_div": self.step_sz_div,
"verbose": self.verbose,
"scm_fit_args": {"X0": self.X0, "X1": self.X1}
"scm_fit_args": {"X0": self.X0, "X1": self.X1},
}

conformal_inf = ConformalInference()
Expand Down

0 comments on commit 7e6a3ab

Please sign in to comment.