-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed condasrc from packages and improved tests
fixed checksum removed redundant check fixed checksum fixed tests added more tests fix test improved tests update updated tests fixed test refactoring update
- Loading branch information
Basit Ayantunde
committed
Jan 22, 2024
1 parent
eb8de7b
commit 0408e96
Showing
10 changed files
with
327 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"channeldata_version": 1, | ||
"packages": { | ||
"21cmfast": { | ||
"activate.d": false, | ||
"binary_prefix": true, | ||
"deactivate.d": false, | ||
"description": "21cmFAST provides a simple and fast simulation package for the cosmological 21cm signal as either coeval cubes or full lightcones.", | ||
"dev_url": "https://github.com/21cmFAST/21cmFAST", | ||
"doc_url": "https://21cmFAST.readthedocs.io/", | ||
"home": "https://github.com/21cmFAST/21cmFAST", | ||
"license": "MIT", | ||
"post_link": false, | ||
"pre_link": false, | ||
"pre_unlink": false, | ||
"run_exports": {}, | ||
"source_url": "https://pypi.io/packages/source/2/21cmFAST/21cmFAST-3.3.1.tar.gz", | ||
"subdirs": ["linux-64", "osx-64"], | ||
"summary": "A semi-numerical cosmological simulation code for the 21cm signal", | ||
"text_prefix": true, | ||
"timestamp": 1651260314, | ||
"version": "3.3.1" | ||
}, | ||
"21cmfast_invalid": { | ||
"activate.d": false, | ||
"binary_prefix": true, | ||
"deactivate.d": false, | ||
"post_link": false, | ||
"pre_link": false, | ||
"pre_unlink": false, | ||
"run_exports": {}, | ||
"subdirs": ["linux-64", "osx-64"], | ||
"text_prefix": true, | ||
"timestamp": 1651260314, | ||
"version": "3.3.1" | ||
} | ||
} | ||
} |
Oops, something went wrong.