Skip to content

Commit

Permalink
changing default path
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Feb 27, 2025
1 parent 4c276d8 commit 6d19482
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions measure_extinction/plotting/plot_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import astropy.units as u
import pandas as pd

from measure_extinction.utils.helpers import get_datapath
from measure_extinction.stardata import StarData


Expand Down Expand Up @@ -475,7 +474,7 @@ def main():
parser.add_argument(
"--path",
help="path to the data files",
default=get_datapath(),
default="./",
)
parser.add_argument("--mlam4", help="plot lambda^4*F(lambda)", action="store_true")
parser.add_argument("--HI_lines", help="indicate the HI-lines", action="store_true")
Expand Down

0 comments on commit 6d19482

Please sign in to comment.