Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warnings in tests #59

Closed
kiudee opened this issue Oct 21, 2019 · 0 comments · Fixed by #68
Closed

Fix warnings in tests #59

kiudee opened this issue Oct 21, 2019 · 0 comments · Fixed by #68
Milestone

Comments

@kiudee
Copy link
Owner

kiudee commented Oct 21, 2019

We have many warnings in the tests, since we accidentally escape characters in the docstrings.

Example:

"""
Construct the CmpNet which is used to approximate the :math:`U_1(x_i,x_j)`. For each pair of objects in
:math:`x_i, x_j \in Q` we construct two sub-networks with weight sharing in all hidden layers.
The output of these networks are connected to two sigmoid units that produces the outputs of the network,
i.e., :math:`U(x_1,x_2), U(x_2,x_1)` for each pair of objects are evaluated. :math:`U(x_1,x_2)` is a measure
of how favorable it is to choose :math:`x_1` over :math:`x_2`.

@kiudee kiudee added this to the 1.1 milestone Oct 21, 2019
timokau added a commit to timokau/cs-ranking that referenced this issue Nov 13, 2019
We need to escape backslashes in latex code, since python otherwise
interprets \c as an escaped unicode character.

Fixes kiudee#59
kiudee pushed a commit that referenced this issue Nov 13, 2019
We need to escape backslashes in latex code, since python otherwise
interprets \c as an escaped unicode character.

Fixes #59
@timokau timokau mentioned this issue Nov 14, 2019
7 tasks
prithagupta pushed a commit that referenced this issue Nov 26, 2019
We need to escape backslashes in latex code, since python otherwise
interprets \c as an escaped unicode character.

Fixes #59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant