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

Some randkit generators missing docs? #24

Open
d11 opened this issue Nov 11, 2013 · 4 comments
Open

Some randkit generators missing docs? #24

d11 opened this issue Nov 11, 2013 · 4 comments

Comments

@d11
Copy link
Contributor

d11 commented Nov 11, 2013

e.g. long; ulong.
http://jucor.github.io/torch-randomkit/randomkit.html#long

They appear in the menu but have no doc section.

@jucor
Copy link
Contributor

jucor commented Nov 11, 2013

Nice. I noticed some of those already and removed them, but apparently there's some leftover. That comes from the automatically generated HTML page, which has the same problem.

@d11
Copy link
Contributor Author

d11 commented Nov 11, 2013

At least in the case of u?long, it's because those functions aren't exposed in numpy. I guess we should just add docs manually for those, since we went to the trouble of wrapping and writing tests for them.

On 11 Nov 2013, at 10:54, Julien Cornebise notifications@github.com wrote:

Nice. I noticed some of those already and removed them, but apparently there's some leftover. That comes from the automatically generated HTML page, which has the same problem.


Reply to this email directly or view it on GitHub.

@d11
Copy link
Contributor Author

d11 commented Nov 11, 2013

Ditto 'gauss'.

On 11 Nov 2013, at 10:57, Daniel Horgan daniel.horgan@deepmind.com wrote:

At least in the case of u?long, it's because those functions aren't exposed in numpy. I guess we should just add docs manually for those, since we went to the trouble of wrapping and writing tests for them.

On 11 Nov 2013, at 10:54, Julien Cornebise notifications@github.com wrote:

Nice. I noticed some of those already and removed them, but apparently there's some leftover. That comes from the automatically generated HTML page, which has the same problem.


Reply to this email directly or view it on GitHub.

@d11
Copy link
Contributor Author

d11 commented Nov 11, 2013

full list is

long
ulong
gauss
double
interval
noncentral_chisquare

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

No branches or pull requests

2 participants