Skip to content

Commit a3c089b

Browse files
committed
[ci skip] fixing path bugs
1 parent cb8f271 commit a3c089b

31 files changed

+13
-2282
lines changed

star/test_suite/custom_colors/ck

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# this provides the definition of check_one
44
# check_one
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
cd make
44
make clean

star/test_suite/custom_colors/colors_inlist

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
21
&colors
32
use_colors = .true.
4-
instrument = 'data/filters/GAIA/GAIA'
5-
vega_sed = 'data/stellar_models/vega_flam.csv'
6-
stellar_atm = 'data/stellar_models/Kurucz2003all/'
3+
instrument = '/colors/data/filters/GAIA/GAIA'
4+
vega_sed = '/colors/data/stellar_models/vega_flam.csv'
5+
stellar_atm = '/colors/data/stellar_models/combined_models/'
76
metallicity = 0.02
87
distance = 3.0857d17
98
make_csv = .true.

star/test_suite/custom_colors/custom_colors/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

star/test_suite/custom_colors/custom_colors/README.rst

Lines changed: 0 additions & 110 deletions
This file was deleted.

star/test_suite/custom_colors/custom_colors/ck

Lines changed: 0 additions & 7 deletions
This file was deleted.

star/test_suite/custom_colors/custom_colors/clean

Lines changed: 0 additions & 4 deletions
This file was deleted.

star/test_suite/custom_colors/custom_colors/colors_inlist

Lines changed: 0 additions & 9 deletions
This file was deleted.

star/test_suite/custom_colors/custom_colors/custom_colors_history_columns.list

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)