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

Changed "-" to "_" in Input File Examples in Tutorial #395

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

dean-krueger
Copy link
Contributor

Apparently in Cyclus input files you cannot have "-" in the names of things. However, in the tutorials on the website we were telling people to make variables like "u-ore" and "fresh-uox", so I went in and changed all of those to "u_ore" and "fresh_uox", etc. I also added a note above one of the images which showed an incorrect variable name that you aren't allowed to have "-" in your names so it was more clear/consistent.

This PR Closes #394

@gonuke
Copy link
Member

gonuke commented Feb 2, 2025

Can you rebase to reserve merge conflicts and I'll try to review quickly

@dean-krueger
Copy link
Contributor Author

Should be fixed now.

Copy link
Member

@gonuke gonuke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks @dean-krueger ...

Note: while I'm fine to approve these changes, I'm surprised that these don't work with the hyphen and wonder if we should separately understand if that's universally true or some configuration thing...

@gonuke gonuke merged commit acd35a2 into cyclus:source Feb 6, 2025
2 checks passed
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 this pull request may close these issues.

Cyclus User Tutorial has Illegal Variable Names (Include "-")
2 participants