Skip to content

Commit d988f14

Browse files
committed
oop
1 parent 2b600fa commit d988f14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "StellarSpectraObservationFitting"
22
uuid = "6b1189bd-9150-44f8-8055-f6ca7d16451e"
33
authors = ["Chistian Gilbertson <chistianjgilbertson@gmail.com>"]
4-
version = "0.1.1"
4+
version = "0.1.2"
55

66
[deps]
77
AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918"

src/model_functions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1426,4 +1426,4 @@ end
14261426
14271427
Figure out whether a `model` uses its telluric model
14281428
"""
1429-
no_tellurics(model::OrderModel) = all(isone.(model.tel.lm.μ)) && !SSOF.is_time_variable(model.tel)
1429+
no_tellurics(model::OrderModel) = all(isone.(model.tel.lm.μ)) && !is_time_variable(model.tel)

0 commit comments

Comments
 (0)