New liquid model#7
Open
ameerracle wants to merge 19 commits into
Open
Conversation
…that were repeated (gas vars moved to gas area in last commit)
Co-authored-by: Copilot <copilot@github.com>
- add dataset-specific input/output column lists with validation - update gas/bicarb loaders to enforce column order and numeric cleanup - use dataset defaults in optimizer/run_experiment to avoid Voltage as input - make PhModel accept dynamic input size and Zero_eps_thickness index
…that were repeated (gas vars moved to gas area in last commit)
Co-authored-by: Copilot <copilot@github.com>
- add dataset-specific input/output column lists with validation - update gas/bicarb loaders to enforce column order and numeric cleanup - use dataset defaults in optimizer/run_experiment to avoid Voltage as input - make PhModel accept dynamic input size and Zero_eps_thickness index
a8191f7 to
d8c43e0
Compare
…catalysis into new_liquid_model
…sistant between the liq and gas model. Now file name is found in YAML
ftherrien
reviewed
May 11, 2026
| @@ -1,3 +1,4 @@ | |||
| data_file: Characterization_data.xlsx | |||
Collaborator
There was a problem hiding this comment.
Remove this, set it as None in config.py
Collaborator
There was a problem hiding this comment.
I would keep all parameters in the yaml and modify the yaml for each experiement. That way you no exactly what params were used for each run. You can keep argparse for the config path only
ftherrien
reviewed
May 11, 2026
|
|
||
| # Determine input labels from non-constant columns | ||
| exclude_cols = {'triplet'} | set(output_labels) | ||
| input_labels = [col for col in df.columns |
Collaborator
There was a problem hiding this comment.
Keep this filtering of parameters that don't change so that is done automatically in the future
…ther criteria in run_experiment
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.
New option (new physics model) in gde_multi that uses a carbonate liquid setup rather than a gas setup.