Skip to content

Commit

Permalink
Merge pull request #11 from esa/Several-small-changes
Browse files Browse the repository at this point in the history
Several small changes
  • Loading branch information
htoftevaag authored Aug 24, 2021
2 parents 6ed1224 + 6ebf980 commit af61593
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 1,770 deletions.
2 changes: 2 additions & 0 deletions nidn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from .training.run_training import run_training
from .trcwa.compute_target_frequencies import compute_target_frequencies
from .trcwa.get_frequency_points import get_frequency_points
from .trcwa.compute_spectrum import compute_spectrum
from .utils.convert_units import freq_to_wl, wl_to_phys_wl, phys_freq_to_phys_wl
from .utils.fix_random_seeds import fix_random_seeds
from .utils.load_default_cfg import load_default_cfg
Expand All @@ -28,6 +29,7 @@
logger.info("Using double precision")

__all__ = [
"compute_spectrum",
"compute_target_frequencies",
"get_frequency_points",
"fix_random_seeds",
Expand Down
141 changes: 0 additions & 141 deletions nidn/materials/data/magnesium.csv

This file was deleted.

Loading

0 comments on commit af61593

Please sign in to comment.