Skip to content

Add prototype of easier comparison with experimental data#86

Draft
jakubkalinski0 wants to merge 1 commit intomasterfrom
visualization_of_comparison_with_experimental_data
Draft

Add prototype of easier comparison with experimental data#86
jakubkalinski0 wants to merge 1 commit intomasterfrom
visualization_of_comparison_with_experimental_data

Conversation

@jakubkalinski0
Copy link

@jakubkalinski0 jakubkalinski0 commented Dec 23, 2025

WIP - plenty of things require simplification and better documentation


# Check required columns exist
required = [energy_column, ks_column, dose_rate_column]
missing = [col for col in required if col not in df.columns]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

python has useful set datastructure with subtract method

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will be working a lot on this code this week as there is definitely more code than necessary here. I will also be looking to optimize smaller things like the one you pointed out. For now it's more of a general idea than a finished product

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants