Skip to content

Conversation

@elizabethteng
Copy link
Contributor

@elizabethteng elizabethteng commented Dec 18, 2025

  • enhance 1Z_sun_binaries_suite.py to save evolution data to h5 file in ./outputs
  • update evolve_binaries.sh to reflect output saving
  • write validate_binaries.sh (script for single-line command for comparing branches)
    • call evolve_binaries.sh for new branch
    • call compare_runs.py and save output to file in ./outputs for difference report
    • give option to compare two branches and evolve both, or compare new branch to passed h5 file
  • write compare_runs.py (compares two h5 files and reports differences)
    • outline
    • quantitative differences beyond thresholds
    • qualitative differences to evolution
    • differences to warnings and errors
  • generate baseline.h5
  • extend to other metallicities

@elizabethteng elizabethteng changed the title Create validate_binaries.sh Validate test binaries upon code changes Dec 18, 2025

except Exception as e:
# turn off binary alarm in case of exception
signal.alarm(0)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@elizabethteng I think these are now alright to remove, because we've added the following to binarystar.evolve():

        finally:
            signal.alarm(0)     # turning off alarm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants