Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inkydragon/purespecial.jl
https://github.com/inkydragon/purespecial.jl
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/inkydragon/purespecial.jl
- Owner: inkydragon
- License: mit
- Created: 2024-02-09T06:11:51.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-12-15T08:43:04.000Z (about 1 month ago)
- Last Synced: 2025-01-03T00:27:21.235Z (18 days ago)
- Language: Fortran
- Homepage: https://inkydragon.github.io/PureSpecial.jl
- Size: 1020 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PureSpecial
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://inkydragon.github.io/PureSpecial.jl/dev/)
[![Build Status](https://github.com/inkydragon/PureSpecial.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/inkydragon/PureSpecial.jl/actions/workflows/CI.yml)
[![Coverage](https://codecov.io/gh/inkydragon/PureSpecial.jl/graph/badge.svg?token=krUDB5Fepa)](https://codecov.io/gh/inkydragon/PureSpecial.jl)> Rewriting scipy's fortran dependencies in julia.
> Currently focusing on `scipy.special`## Test
Activate test project:
```sh
julia --project=test
```Run test and gen coverage:
```jl
using Pkg; using LocalCoverage;
ENV["GITHUB_WORKSPACE"] = pwd()
Pkg.add(url="."); html_coverage(generate_coverage("PureSpecial"; run_test=true); dir = "../cov")
# Pkg.add(PackageSpec(path=".", rev="dev")); html_coverage(generate_coverage("PureSpecial"; run_test=true); dir = "../cov")
```## License
```jl
# SPDX-License-Identifier: MIT
```