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

Add support for reading from non-file steams #519

Open
MicahGale opened this issue Aug 28, 2024 · 4 comments · Fixed by #520
Open

Add support for reading from non-file steams #519

MicahGale opened this issue Aug 28, 2024 · 4 comments · Fixed by #520
Assignees
Labels
feature request An issue that improves the user interface.

Comments

@MicahGale
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

It would be nice (mainly in testing) to do:

fh = io.StringIO()
fh.write(...)
fh.seek(0)
problem = montepy.read_input(fh)

Describe the solution you'd like
montepy.read_input should accept file streams.

Describe alternatives you've considered
None that I can think of.

Additional context
This is mostly for testing.

@MicahGale MicahGale added the feature request An issue that improves the user interface. label Aug 28, 2024
@MicahGale MicahGale self-assigned this Aug 28, 2024
@tjlaboss
Copy link
Collaborator

The soulmate of #493

@MicahGale
Copy link
Collaborator Author

☯️

@MicahGale
Copy link
Collaborator Author

Exactly. This is why I needed it.

@MicahGale
Copy link
Collaborator Author

Turns out I forgot to implement this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request An issue that improves the user interface.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants