Science Score: 52.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
✓Institutional organization owner
Organization ucl has institutional domain (www.ucl.ac.uk) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.1%) to scientific vocabulary
Repository
Python implementation of Gaussian process emulators
Basic Info
- Host: GitHub
- Owner: UCL
- License: mit
- Language: Python
- Default Branch: main
- Size: 9.77 KB
Statistics
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
emul
Python implementations of Gaussian process emulators.
This project is developed in collaboration with the Centre for Advanced Research Computing, University College London.
About
Project Team
- Matt Graham (matt-graham)
Research Software Engineering Contact
Centre for Advanced Research Computing, University College London (arc.collaborations@ucl.ac.uk)
Getting Started
Prerequisites
emul requires Python 3.10–3.12.
Installation
We recommend installing in a project specific virtual environment created using a environment management tool such as Mamba or Conda. To install the latest development version of emul using pip in the currently active environment run
sh
pip install git+https://github.com/UCL/emul.git
Alternatively create a local clone of the repository with
sh
git clone https://github.com/UCL/emul.git
and then install in editable mode by running
sh
pip install -e .
Running locally
How to run the application on your local system.
Running tests
Tests can be run across all compatible Python versions in isolated environments using
tox by running
sh
tox
To run tests manually in a Python environment with pytest installed run
sh
pytest tests
again from the root of the repository.
Acknowledgements
This work was funded by a grant from the ExCALIBUR programme.
Owner
- Name: University College London
- Login: UCL
- Kind: organization
- Email: rc-softdev@ucl.ac.uk
- Website: www.ucl.ac.uk
- Repositories: 300
- Profile: https://github.com/UCL
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
type: software
authors:
- family-names: "Graham"
given-names: "Matt"
orcid: "https://orcid.org/0000-0001-9104-7960"
affiliation: University College London
repository-code: "https://github.com/UCL/emul"
title: "emul: Python implementations of Gaussian process emulators"
license: "MIT"
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/cache v3 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- actions/cache v3 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- jax *