added multiprocessing to gaussian_fit(...parallel=[False,'dask','multiprocessing']...), added deadtime correction to process_psds(...deadtime_correction=True...)) and added OneofEvery to the .dat particle-by-particle files. #34
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request: | |
types: [assigned, opened, synchronize, reopened, closed] | |
jobs: | |
gitavscan: | |
runs-on: ubuntu-latest | |
name: AV scan | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Git AV Scan | |
uses: djdefi/gitavscan@main | |
with: | |
full: '--full' |