Skip to content

Comments

Histograms#43

Merged
tillpiepenbrock merged 12 commits intomainfrom
histograms
Oct 17, 2025
Merged

Histograms#43
tillpiepenbrock merged 12 commits intomainfrom
histograms

Conversation

@tillpiepenbrock
Copy link
Collaborator

  • Filters have been introduced to give bounds to the data which is used for fitting the permeability.
  • Documentation-ready plots of permeability and permittivity have been added

import os
from typing import Tuple
from typing import Tuple, Optional, List

Copy link
Contributor

Choose a reason for hiding this comment

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

we should use python >3.11 new keys

directly in the code
list without any import
optional replaces e.g. to float | None

grid_f_kHz = grid_f * 1e-3 # convert Hz → kHz

# --- Helper function to compute |mu| and phase ---
def interpolate_mu(dft):
Copy link
Contributor

Choose a reason for hiding this comment

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

small descripton missing

"""Class to represent the data structure and load material data."""
# python libraries
from typing import List
from typing import List, Optional
Copy link
Contributor

Choose a reason for hiding this comment

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

same here
use e.g. float | None in the code

@tillpiepenbrock tillpiepenbrock merged commit cd593aa into main Oct 17, 2025
2 checks passed
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