Skip to content

Conversation

@jbisits
Copy link
Owner

@jbisits jbisits commented Oct 31, 2023

A bug popped up that caused #158. See comments there for more information.

This PR breaks up the saving into multiple files (I wanted to do this anyway #157) and changes η_space to ϵ_maximum (a Reduction using maximum!) because as far as I could tell η_space was causing the simulation to hang. I am not sure why but likely this solution is an improvement anyway. Functions in output_utils.jl have been modified to deal with output being saved across multiple files.

If possible it would be good to make it easy for another user to write their own save_computed_output! function which could then be called in TLDNS_simulation_setup.

Closes #157
Closes #158

@jbisits jbisits added Project 2 Related to project two of my PhD Package dev Package development for TLDNS labels Oct 31, 2023
@jbisits jbisits merged commit c02d159 into main Nov 1, 2023
@jbisits jbisits deleted the fixoutput branch November 1, 2023 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Package dev Package development for TLDNS Project 2 Related to project two of my PhD

Projects

None yet

Development

Successfully merging this pull request may close these issues.

run!(simulation) hangs when using an OutputWriter Move custom outputs to a function?

2 participants