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

[BUG] - Typo in doucmentation (command line tutorial) - MRScont lower case 'c' - juliam98 #789

Closed
juliam98 opened this issue Oct 16, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@juliam98
Copy link

Describe the bug

There is a typo in the command line funcitons in Osprey Documentation. Link to the exact lines in the documentation code here. The functions in the documentation save the output to MRScont instead of MRSCont.

When I run my pipeline I copy each function from the docs one by one for convenience and I just realised the reason I keep getting an error is because of these two lines:

MRScont = OspreyCoreg(MRSCont);
MRScont = OspreySeg(MRSCont);

There is also another typo here:

MRSCont = OspreyLoad(MRScont);

I reported it previously, and I can see that it was fixed in the .Rmd file on github, but the typo is still on the website.

@juliam98 juliam98 added the bug Something isn't working label Oct 16, 2024
schorschinho added a commit that referenced this issue Nov 25, 2024
@schorschinho
Copy link
Owner

Fixed in e86c3a5.

@HJZollner, just FYI - after updating documentation code, render.R in docs_source needs to be run once.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants