Skip to content

Commit

Permalink
capitalize the h in GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
crvernon committed Oct 24, 2024
1 parent 81a7ceb commit e763693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ for t in range(1, T+1):

In order to ensure high code quality, we follow the \texttt{PEP8} style and format all of our code using the
\texttt{black} package\footnote{\url{https://github.com/psf/black}}. We use the \texttt{pytest} package to test our
implementations with different corner cases. More than 99\% of our code is covered by the tests and Github workflows
implementations with different corner cases. More than 99\% of our code is covered by the tests and GitHub workflows
automatically generate a coverage report upon each push or pull request on the main branch\footnote{\url{https://github.com/WilliamLwj/PyXAB}}.

We provide detailed API documentation for each of the implemented classes and functions through NumPy docstrings.
Expand Down

0 comments on commit e763693

Please sign in to comment.