Skip to content

Commit

Permalink
Merge pull request #336 from ajwheeler/wavelengths
Browse files Browse the repository at this point in the history
Wavelengths
  • Loading branch information
ajwheeler authored Oct 16, 2024
2 parents d8336ee + 0efe734 commit 16783a7
Show file tree
Hide file tree
Showing 23 changed files with 789 additions and 1,756 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
version: 1
- run: |
julia -e 'using Pkg; Pkg.add("JuliaFormatter")'
julia -e 'using Pkg; Pkg.add(name="JuliaFormatter", version="1")'
julia -e 'using JuliaFormatter; format("."; verbose=true)'
- uses: reviewdog/action-suggester@v1
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using Base
using Statistics: mean
using Interpolations: linear_interpolation, deduplicate_knots!
using Korg
using Korg: Species, ismolecule, get_atoms, _data_dir, move_bounds, @species_str
using Korg: Species, ismolecule, get_atoms, _data_dir, @species_str
using Korg: hplanck_eV, c_cgs, RydbergH_eV, kboltz_eV # constants
using CSV, DataFrames #for NIST energy level parsing

Expand Down
310 changes: 136 additions & 174 deletions misc/Tutorial notebooks/fitting/Fit spectrum in python.ipynb

Large diffs are not rendered by default.

192 changes: 109 additions & 83 deletions misc/Tutorial notebooks/fitting/Fit spectrum.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 16783a7

Please sign in to comment.