BEAST-Fitting / beast

Bayesian Extinction And Stellar Tool
http://beast.readthedocs.io
23 stars 35 forks source link

Suppl ast filename #692

Closed galaxyumi closed 3 years ago

galaxyumi commented 3 years ago

Current way of setting the output file names for the supplemented input AST list can cause a problem by making both the BEAST optimized input list and the supplemented input list have the same file names unless you run the 'make_ast_inputs' with 'ast_supplement = False' in the beast_seetings.txt and then run again 'make_ast_inputs' with 'ast_supplement = True'. This is inconvenient for users and might cause unnecessary issue for their ASTs. So I fixed that issue.

I also update the doc string for the correct usage of the 'make_ast_inputs' with the --suppl_seds option.

codecov-io commented 3 years ago

Codecov Report

Merging #692 (fc99850) into master (41baee3) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #692   +/-   ##
=======================================
  Coverage   44.23%   44.23%           
=======================================
  Files          99       99           
  Lines        9640     9640           
=======================================
  Hits         4264     4264           
  Misses       5376     5376           
Impacted Files Coverage Δ
beast/tools/run/make_ast_inputs.py 14.75% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 41baee3...fc99850. Read the comment docs.