torsexperimentaltools.jl
Science Score: 31.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
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.4%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: torfjelde
- License: mit
- Language: Julia
- Default Branch: main
- Size: 129 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
TorsExperimentalTools
This is a simple package containing some utility that I find myself using across different projects when running different sorts of experiments.
It's meant to help cover the following parts of running computational experiments: 1. Creating names, etc. for a particular run of an experiment. 2. Creating scripts using ArgParse.jl. 3. Navigating the resulting runs.
Usage
Typically usage looks something like this.
```julia using ArgParse using TorsExperimentalTools
Add some default parsing rules for ArgParse.jl.
@defaultargparserules
Argument parsing.
argparsesettings = ArgParseSettings(...)
Add defaults from TorsExperimentalTools.
adddefaultargs!(argparsesettings)
Parse arguments, possibly allowing specification of the args from the variable _args rather than ARGS.
args = @parse_args argparsesettings
Load your package here instead of at the top of the file to avoid long startup times.
using MyPackage
Create the run.
run = runfromargs(MyPackage, args)
From her on, we simply use run to provide context to everything we do, e.g.
if we need to save some results, we'll get the path by calling outputdir(run, args...).
... ```
Owner
- Name: Tor Erlend Fjelde
- Login: torfjelde
- Kind: user
- Company: @TuringLang
- Website: http://retiredparkingguard.com
- Repositories: 4
- Profile: https://github.com/torfjelde
PhD student @ Computational and Biological Learning (CBL), University of Cambridge Mathematics Bsc. student at University of Edinburgh
Citation (CITATION.bib)
@misc{TorsExperimentalTools.jl,
author = {Tor Erlend Fjelde <tor.erlend95@gmail.com> and contributors},
title = {TorsExperimentalTools.jl},
url = {https://github.com/torfjelde/TorsExperimentalTools.jl},
version = {v1.0.0-DEV},
year = {2023},
month = {9}
}
GitHub Events
Total
Last Year
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Tor Erlend Fjelde | t****5@g****m | 15 |
Issues and Pull Requests
Last synced: about 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/checkout v3 composite
- julia-actions/cache v1 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-docdeploy v1 composite
- julia-actions/julia-runtest v1 composite
- julia-actions/setup-julia v1 composite
- JuliaRegistries/TagBot v1 composite
- julia-actions/RegisterAction latest composite