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

Helper function for SSObject, test improvements #94

Merged
merged 11 commits into from
Mar 28, 2024
4 changes: 3 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[report]
exclude_also =
# pragma: no cover
# pragma: no cover

omit = src/adler/adler.py
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ You can then test that everything works by running:
```
adler -s 8268570668335894776
```
This currently prints a friendly message to the terminal.
This will currently print some phase curve information to the terminal.

Notes:
1) The single quotes around `'[dev]'` may not be required for your operating system.
Expand Down
Loading
Loading