New toml file for input - #10
Open
avadean wants to merge 9 commits into
Open
Conversation
… range of toml file sections. Temporarily set current switchboard values to those provided by toml file (in future will just user toml file values directly). Add expansion capability of variable sets in (IEDF/NEDF/Phase/multi)variables. Add expert options ignore_div_zero and ignore_empty_contours.
…some standard defaults with the new toml input file capabilities.
…lows for parameterised tests.
…rieties of input files to check.
# Conflicts: # src/helena/helena.py
…t type in an input.
…ectory - rather than doing it under the hood.
sjd549
marked this pull request as ready for review
April 29, 2026 11:17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Now uses
tomlto configure HELENA switchboard inputs. The default input toml file is "input.toml", but can be supplied as the first argument when runninghelena some_input.tomlfor example.Check
tests/input_files/input_tecplot2D.tomlfor every possible input written out, and the current defaults.@sjd549 if you would like any changes to any toml headings or categories etc. then just let me know - super easy to change of course. Defaults also can be updated easily.
The code for all of this has been put in the big
runcommand for now - but once I have made some modulisation changes it can all be moved to its own file.Marked as Draft Pull Request for now until we are happy with toml categories and defaults.