COSMIC-PopSynth / COSMIC

COSMIC (Compact Object Synthesis and Monte Carlo Investigation Code)
GNU General Public License v3.0
47 stars 59 forks source link

Re-allowing timestep_conditions #462

Closed katiebreivik closed 3 years ago

katiebreivik commented 3 years ago

changing the common block declaration for the timestep_conditions to point to the right place -- it was looking in checkstate_array instead of check_dtp to set the check_dtp variable which allows the timestep_conditions to happen

This solves issue #461.

codecov[bot] commented 3 years ago

Codecov Report

Merging #462 (a772a58) into develop (8e9680f) will not change coverage. The diff coverage is 33.33%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #462   +/-   ##
========================================
  Coverage    30.51%   30.51%           
========================================
  Files           39       39           
  Lines         7938     7938           
========================================
  Hits          2422     2422           
  Misses        5516     5516           
Impacted Files Coverage Δ
cosmic/checkstate.py 0.00% <0.00%> (ø)
cosmic/src/kick.f 53.51% <100.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 74ccbd7...53975d0. Read the comment docs.