Science Score: 44.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
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.5%) to scientific vocabulary
Keywords from Contributors
Repository
Basic Info
- Host: GitHub
- Owner: TulipaEnergy
- License: apache-2.0
- Language: Julia
- Default Branch: main
- Size: 1.13 MB
Statistics
- Stars: 1
- Watchers: 5
- Forks: 6
- Open Issues: 19
- Releases: 9
Metadata Files
README.dev.md
Developer documentation
You can find more general developer documentation at TulipaEnergyModel's README.dev.md. Here you will find more specific information.
Notes on writing tests
Testing for exceptions and errors
We should also test error handling, this is particularly important
since TulipaIO is user-facing. We follow two principles:
throw a relevant
Exception, if one doesn't exist, we can create one that emits a relevant message; seeexceptions.jland its uses in the codebase.to test an exception, we test both the exception type, and the generated message. This is done with
@test_throws. While testing the type has been supported in Julia 1.6 (LTS), unfortunately testing the message has only been supported since Julia 1.8, also the test has to be done by repeating the error. So the guideline is to test exceptions like this example fromtest-pipeline.jl:
julia
@test_throws DimensionMismatch TIO.set_tbl_col(args...; opts...)
if (VERSION.major >= 1) && (VERSION.minor >= 8)
@test_throws [r"Length.+different", r"index.+value"] TIO.set_tbl_col(args...; opts...)
end
Owner
- Name: Tulipa
- Login: TulipaEnergy
- Kind: organization
- Location: Netherlands
- Repositories: 1
- Profile: https://github.com/TulipaEnergy
Electricity Market and Sector-Coupling Modelling Tools from TNO
Citation (CITATION.cff)
# Go to https://citation-file-format.github.io/cff-initializer-javascript/#/ to finish this
cff-version: 1.2.0
title: TulipaIO.jl
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Suvayu Ali
email: fatkasuvayu+linux@gmail.com
GitHub Events
Total
- Create event: 26
- Commit comment event: 14
- Release event: 6
- Issues event: 9
- Watch event: 1
- Delete event: 17
- Issue comment event: 54
- Push event: 104
- Pull request review event: 47
- Pull request review comment event: 15
- Pull request event: 53
- Fork event: 2
Last Year
- Create event: 26
- Commit comment event: 14
- Release event: 6
- Issues event: 9
- Watch event: 1
- Delete event: 17
- Issue comment event: 54
- Push event: 104
- Pull request review event: 47
- Pull request review comment event: 15
- Pull request event: 53
- Fork event: 2
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Suvayu Ali | f****x@g****m | 63 |
| Abel Soares Siqueira | a****a@e****l | 22 |
| Diego Alejandro Tejada Arango | 1****a | 7 |
| CompatHelper Julia | c****y@j****g | 6 |
| github-actions[bot] | 4****] | 5 |
| allcontributors[bot] | 4****] | 5 |
| dependabot[bot] | 4****] | 3 |
| Lauren Clisby | l****y@g****m | 3 |
| Wester Coenraads | 1****s | 1 |
| Dheepak Krishnamurthy | 1****k | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 8
- Total pull requests: 43
- Average time to close issues: 3 months
- Average time to close pull requests: 17 days
- Total issue authors: 4
- Total pull request authors: 7
- Average comments per issue: 3.38
- Average comments per pull request: 0.95
- Merged pull requests: 38
- Bot issues: 0
- Bot pull requests: 12
Past Year
- Issues: 3
- Pull requests: 43
- Average time to close issues: 5 days
- Average time to close pull requests: 17 days
- Issue authors: 2
- Pull request authors: 7
- Average comments per issue: 0.33
- Average comments per pull request: 0.95
- Merged pull requests: 38
- Bot issues: 0
- Bot pull requests: 12
Top Authors
Issue Authors
- abelsiqueira (14)
- clizbe (11)
- suvayu (5)
- datejada (4)
- JuliaTagBot (1)
Pull Request Authors
- github-actions[bot] (23)
- abelsiqueira (22)
- suvayu (15)
- datejada (7)
- dependabot[bot] (6)
- clizbe (3)
- kdheepak (2)
- wcoenraads (2)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- julia 7 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 9
juliahub.com: TulipaIO
- Documentation: https://docs.juliahub.com/General/TulipaIO/stable/
- License: Apache-2.0
-
Latest release: 0.5.0
published 11 months ago
Rankings
Dependencies
- julia-actions/setup-julia v1 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- julia-actions/cache v1 composite
- julia-actions/setup-julia v1 composite
- peter-evans/create-pull-request v5 composite
- actions/checkout v2 composite
- julia-actions/setup-julia v1 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- julia-actions/cache v1 composite
- julia-actions/setup-julia v1 composite
- JuliaRegistries/TagBot v1 composite
- actions/cache v1 composite
- actions/checkout v3 composite
- codecov/codecov-action v1 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-processcoverage v1 composite
- julia-actions/julia-runtest v1 composite
- julia-actions/setup-julia v1 composite