Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Refactor #1

Merged
merged 21 commits into from
Apr 20, 2022
Merged

Initial Refactor #1

merged 21 commits into from
Apr 20, 2022

Conversation

fjebaker
Copy link
Member

@fjebaker fjebaker commented Apr 20, 2022

Combined all of the previous repositories into one, excluding ComputedGeodesicEquations.jl, since it has been made redundant by the new AD methods.

Still to do before ready for a release to get the DOI for the project students:

  • Update README
  • add CITATION.cff
  • add smoke tests (maybe with CI?)

@fjebaker fjebaker added the enhancement New feature or request label Apr 20, 2022
@fjebaker
Copy link
Member Author

fjebaker commented Apr 20, 2022

Smoke tests added with a fairly coarse floating point comparisons. Since we're using @fastmath, the results vary a fair little bit, but not enough to be concerning, just enough to make floating point comparisons a bit tricky.

We now smoke test:

  • rendergeodesics plain and with disc
  • tracegeodesics single and multiple geodesics, for static and regular arrays

At some point should add tests for the reverberation lag code, but I will wait until the API is a little more solid.

Coverage: 43%

@fjebaker
Copy link
Member Author

Updated the DiscProfiles code and added test for the corona model sampling.

Coverage: 56%

@fjebaker
Copy link
Member Author

Added redshift tests and fixed related bugs.

Coverage: 63%

@fjebaker fjebaker merged commit 96dcfcc into main Apr 20, 2022
@fjebaker fjebaker deleted the fergus/initial branch April 20, 2022 04:00
fjebaker added a commit that referenced this pull request Aug 22, 2023
* minimally working

* moved exports top level of each subdir

* export all at module level

* added common metrics

* most work to date integrated

* added missing deps

* added CITATION, missing doi and date released

* various bugfixes

* some smoke tests and formatting

* tolerance fix in tests

* updated readme

* typo corrections

* bugfixes for disc profile tracing

* added new version of disc profile code

* lamp post model + domain & generators tests

* typo fixes

* fixed test tolerances

* accretion formulae bugfixes

* redshift pointfunction test

* actually include tests in runner

* punctuation fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant