forked from TeamCOMPAS/COMPAS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request TeamCOMPAS#1195 from avivajpeyi/fix_pytest_errors
Fix pytest errors
- Loading branch information
Showing
8 changed files
with
30 additions
and
290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
examples/methods_paper_plots/detailed_evolution/Grid_demo.txt
This file was deleted.
Oops, something went wrong.
273 changes: 0 additions & 273 deletions
273
examples/methods_paper_plots/detailed_evolution/example_bbh_compas_config.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#bin/bash | ||
echo ">>> GENERATING TEST COMPAS DATA <<<" | ||
# if $COMPAS_EXECUTABLE_PATH not set, set to ../../src/COMPAS | ||
COMPAS_EXECUTABLE_PATH=${COMPAS_EXECUTABLE_PATH:-../../src/COMPAS} | ||
$COMPAS_EXECUTABLE_PATH \ | ||
-n 2 \ | ||
--initial-mass-1 35 \ | ||
--initial-mass-2 31 \ | ||
-a 3.5 \ | ||
--random-seed 0 \ | ||
--metallicity 0.001 \ | ||
--detailed-output \ | ||
> compas_run.log | ||
cat compas_run.log | ||
echo "Generating detailed evolution plot" | ||
compas_plot_detailed_evolution "./COMPAS_Output/Detailed_Output/BSE_Detailed_Output_0.h5" --dont-show >> detailed_evolution.log | ||
echo "Out files:" | ||
ls -l | ||
echo ">>> DONE <<<" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters