Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
fgrollier
/
astropy
Public
forked from
astropy/astropy
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
astropy
astropy
nddata
convolution
on
astrotime
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 7, 2012
fixed docstrings in nddata.make_kernel function
eteq
committed
ecd76a9
View commit details
Copy full SHA for ecd76a9
View code at this point
Browse repository at this point
Commits on Jun 2, 2012
Removed unused line
astrofrog
committed
7d0fb9a
View commit details
Copy full SHA for 7d0fb9a
View code at this point
Browse repository at this point
Use assert_almost_equal instead of assert_allclose to make tests compatible with Numpy 1.4.1
astrofrog
committed
b4ad61b
View commit details
Copy full SHA for b4ad61b
View code at this point
Browse repository at this point
Commits on Jun 1, 2012
Fixed typo
astrofrog
committed
745eae0
View commit details
Copy full SHA for 745eae0
View code at this point
Browse repository at this point
PEP8 fixes in FFT convolution
astrofrog
committed
bc5252a
View commit details
Copy full SHA for bc5252a
View code at this point
Browse repository at this point
Make tests that require fftw3 or scipy skip if the dependencies are not available. Also ensure that convolve_fft does not crash if fft_type=None and the dependency needed for the default is not ava…
Show description for 7e54997
astrofrog
committed
7e54997
View commit details
Copy full SHA for 7e54997
View code at this point
Browse repository at this point
added new speed test results
keflavich
authored and
astrofrog
committed
18fa497
View commit details
Copy full SHA for 18fa497
View code at this point
Browse repository at this point
test_convolve_speeds modified to include scipy
keflavich
authored and
astrofrog
committed
6c3aaaa
View commit details
Copy full SHA for 6c3aaaa
View code at this point
Browse repository at this point
one more test fix - silly mistakes because my laptop didn't have a
Show description for e555ae0
keflavich
authored and
astrofrog
committed
e555ae0
View commit details
Copy full SHA for e555ae0
View code at this point
Browse repository at this point
fixed tests (I don't use py.skip, just don't include the options in the
Show description for 47e6959
keflavich
authored and
astrofrog
committed
47e6959
View commit details
Copy full SHA for 47e6959
View code at this point
Browse repository at this point
Changed the fft type specfication to use fft_type.
Show description for 9679c3d
keflavich
authored and
astrofrog
committed
9679c3d
View commit details
Copy full SHA for 9679c3d
View code at this point
Browse repository at this point
Added scipy's FFT to convolve.py and tests. On my machine, at least, it
Show description for e6b7eb2
keflavich
authored and
astrofrog
committed
e6b7eb2
View commit details
Copy full SHA for e6b7eb2
View code at this point
Browse repository at this point
Attempt to fix ConfigurationItem usage (uses system default, but can be
Show description for 1745a47
keflavich
authored and
astrofrog
committed
1745a47
View commit details
Copy full SHA for 1745a47
View code at this point
Browse repository at this point
Corrected usage of ConfigurationItems
keflavich
authored and
astrofrog
committed
e7b21cc
View commit details
Copy full SHA for e7b21cc
View code at this point
Browse repository at this point
added nthreads as ConfigurationItem
keflavich
authored and
astrofrog
committed
957db98
View commit details
Copy full SHA for 957db98
View code at this point
Browse repository at this point
fixed convolution tests: more nulp (instead of ==) tests
Show description for 900a84f
keflavich
authored and
astrofrog
committed
900a84f
View commit details
Copy full SHA for 900a84f
View code at this point
Browse repository at this point
import fixes in tests
keflavich
authored and
astrofrog
committed
5767955
View commit details
Copy full SHA for 5767955
View code at this point
Browse repository at this point
added copyrights
Show description for 132dca9
keflavich
authored and
astrofrog
committed
132dca9
View commit details
Copy full SHA for 132dca9
View code at this point
Browse repository at this point
corrected imports in tests
keflavich
authored and
astrofrog
committed
e6a26d5
View commit details
Copy full SHA for e6a26d5
View code at this point
Browse repository at this point
moved convolve_fft into convolve.py
keflavich
authored and
astrofrog
committed
0bfd82a
View commit details
Copy full SHA for 0bfd82a
View code at this point
Browse repository at this point
docstring updates again. This time, removed some backticks in favor of
Show description for b043bc9
keflavich
authored and
astrofrog
committed
b043bc9
View commit details
Copy full SHA for b043bc9
View code at this point
Browse repository at this point
more documentation updates - some clarification, some shortand removal
keflavich
authored and
astrofrog
committed
69ee577
View commit details
Copy full SHA for 69ee577
View code at this point
Browse repository at this point
docstring formatting fixes
Show description for ed255d2
keflavich
authored and
astrofrog
committed
ed255d2
View commit details
Copy full SHA for ed255d2
View code at this point
Browse repository at this point
docstring additions
keflavich
authored and
astrofrog
committed
c202e24
View commit details
Copy full SHA for c202e24
View code at this point
Browse repository at this point
Fixed docstring issues @eteq pointed out
keflavich
authored and
astrofrog
committed
9464438
View commit details
Copy full SHA for 9464438
View code at this point
Browse repository at this point
documentation cleanup & addition
Show description for 7d1678e
keflavich
authored and
astrofrog
committed
7d1678e
View commit details
Copy full SHA for 7d1678e
View code at this point
Browse repository at this point
removed debug statements from convolve_fft
keflavich
authored and
astrofrog
committed
2c501a4
View commit details
Copy full SHA for 2c501a4
View code at this point
Browse repository at this point
added my results as a comment in test_convolve_speeds
keflavich
authored and
astrofrog
committed
7aa10e9
View commit details
Copy full SHA for 7aa10e9
View code at this point
Browse repository at this point
test_convolve_speeds now makes sense: before, was using the "None"
Show description for d46d090
keflavich
authored and
astrofrog
committed
d46d090
View commit details
Copy full SHA for d46d090
View code at this point
Browse repository at this point
Finally got tests to pass.
Show description for 5edb59d
keflavich
authored and
astrofrog
committed
5edb59d
View commit details
Copy full SHA for 5edb59d
View code at this point
Browse repository at this point
removed edits to convolve.py - they were never supposed to happen
keflavich
authored and
astrofrog
committed
938ff35
View commit details
Copy full SHA for 938ff35
View code at this point
Browse repository at this point
added convolve_fft tests
keflavich
authored and
astrofrog
committed
2cf501c
View commit details
Copy full SHA for 2cf501c
View code at this point
Browse repository at this point
convolve_fft now has self-consistent behavior that is well-tested in
Show description for d8dbbbc
keflavich
authored and
astrofrog
committed
d8dbbbc
View commit details
Copy full SHA for d8dbbbc
View code at this point
Browse repository at this point
Changes that were copied to other computer and added there (needed to
Show description for 5f9bfe0
keflavich
authored and
astrofrog
committed
5f9bfe0
View commit details
Copy full SHA for 5f9bfe0
View code at this point
Browse repository at this point
added test_convolve_fft (in progress)
keflavich
authored and
astrofrog
committed
320847a
View commit details
Copy full SHA for 320847a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.