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

Feather files #390

Merged
merged 34 commits into from
Jan 8, 2025
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
9a1a9c2
add feather files and remove pint/libstempo
AaronDJohnson Aug 4, 2024
e996aef
remove to_pickle test, add to_feather test
AaronDJohnson Aug 4, 2024
ef37702
Merge branch 'dev' into feather_files
AaronDJohnson Aug 4, 2024
d047b59
reformat with black
AaronDJohnson Aug 5, 2024
a573638
reformat with OLDER VERSION of black
AaronDJohnson Aug 5, 2024
1ab8ad9
Merge pull request #386 from nanograv/dev
AaronDJohnson Aug 26, 2024
22706d7
Merge remote-tracking branch 'upstream/master' into feather_files
AaronDJohnson Aug 27, 2024
6171575
add feather data files for tests
AaronDJohnson Sep 13, 2024
6174a80
default to feather in tests, skip t2 and pint
AaronDJohnson Oct 16, 2024
f2e7065
lint
AaronDJohnson Oct 17, 2024
1847506
update tests with data, skip t2 pint tests
AaronDJohnson Oct 17, 2024
d83a97b
lint issue and remove libstempo install from CI
AaronDJohnson Oct 17, 2024
dba9c0e
uncomment some tests
AaronDJohnson Oct 17, 2024
a702e0e
UPDATE A SINGLE SPACE, NICE FIND LINTER
AaronDJohnson Oct 17, 2024
39bda59
only import if PINT is installed
AaronDJohnson Oct 17, 2024
6752e75
make 1909 reappear
AaronDJohnson Oct 17, 2024
8ae71e8
avoid testing wideband on feather files right now
AaronDJohnson Oct 17, 2024
ff8ba50
loosen tolerance by 1 OoM
AaronDJohnson Oct 17, 2024
0c8e867
remove codecov for tempo2/pint segments of Pulsar
AaronDJohnson Oct 17, 2024
fbf1bad
does this change codecov?
AaronDJohnson Oct 17, 2024
d95da54
fix spacing
AaronDJohnson Oct 17, 2024
5fbe2ce
lower required codecov to 70%
AaronDJohnson Oct 17, 2024
a9bb764
one more time...
AaronDJohnson Oct 17, 2024
6006e18
temporarily loosen codecov threshold
AaronDJohnson Oct 17, 2024
d0a0937
allow some metadata to not be set
AaronDJohnson Jan 2, 2025
0bf243a
add flags as U-type ndarrays
AaronDJohnson Jan 2, 2025
af2d014
Merge branch 'dev' into feather_files
AaronDJohnson Jan 2, 2025
8d06ebf
lint files
AaronDJohnson Jan 2, 2025
fd55e38
more linting
AaronDJohnson Jan 2, 2025
45d480a
try with an older version of black
AaronDJohnson Jan 2, 2025
8eaf4af
lint
AaronDJohnson Jan 2, 2025
c3e3ff3
lint again
AaronDJohnson Jan 2, 2025
02be683
temporarily increase % on codecov patch
AaronDJohnson Jan 2, 2025
6fa7e04
add usage example in usage.ipynb
AaronDJohnson Jan 4, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
UPDATE A SINGLE SPACE, NICE FIND LINTER
  • Loading branch information
AaronDJohnson committed Oct 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit a702e0ea54cef743378c94deb78407b3fdd3264d
2 changes: 1 addition & 1 deletion tests/enterprise_test_data.py
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@

# Is PINT installed?
try:
import pint # noqa
import pint # noqa

PINT_INSTALLED = True
except ImportError: