Highlights
- Arctic Code Vault Contributor
Pinned
2,872 contributions in the last year
Less
More
Activity overview
Contribution activity
March 2021
Created 5 commits in 2 repositories
Created a pull request in sunpy/sunpy that received 4 comments
Be more lenient when constructing a MetaDict
Fixes #5043. Instead of checking explicitly for a dict
, try dict(object)
instead, and error if that isn't possible.
+9
−3
•
4
comments
Opened 2 other pull requests in 2 repositories
sunpy/sunpy
1
merged
wtbarnes/fiasco
1
merged
Reviewed 1 pull request in 1 repository
sunpy/sunpy 1 pull request
Created an issue in wtbarnes/fiasco that received 1 comment
Make fiasco/ion.py references consistent
Currently in fiasco/ion.py
there's two ways that refernces are referenced, using either a number e.g. [1]
or a name e.g. [young]
. We should choose …
1
comment