You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
generate_rustbca_input in rustbca.py produces toml files that cannot be run with cargo run --release <filename>. The errors I have identified include the following
root_finder, interactional_potential, and scattering_integral require that the values be contained within double quotes
The new method of 2D mesh input has not been updated in this function
This issue is likely also true for a few other functions in the script, but I've only used this one.