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
Last synced: 10 months ago · JSON representation ·

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
Created almost 3 years ago · Last pushed over 2 years ago
Metadata Files
Readme License Citation

README.md

TorsExperimentalTools

Stable Dev Build Status

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

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

All Time
  • Total Commits: 15
  • Total Committers: 1
  • Avg Commits per committer: 15.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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

.github/workflows/CI.yml actions
  • 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
.github/workflows/CompatHelper.yml actions
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/register.yml actions
  • julia-actions/RegisterAction latest composite