Closed emptymalei closed 3 months ago
Coverage Report (920cb74a45aeda889b43cb2c4f02e51648ef8a9d, 3.12, ubuntu-latest)
File Stmts Miss Cover Missing hamilflow __init__.py 0 0 100% hamilflow/models __init__.py 0 0 100% brownian_motion.py 47 1 1 98% free_particle.py 32 2 2 94% harmonic_oscillator.py 106 8 8 92% harmonic_oscillator_chain.py 44 6 6 86% pendulum.py 59 2 2 97% hamilflow/models/utils __init__.py 0 0 100% typing.py 3 0 100% TOTAL 291 19 93%
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
1663 | 0 :zzz: | 0 :x: | 0 :fire: | 8.327s :stopwatch: |
PR Preview Action v1.4.7 :---: Preview removed because the pull request was closed. 2024-08-14 10:10 UTC
Resolves #45
Changed:
Added:
generate_from
method to generate data from some easy to interpret parameters. This will make it easier to generate data from yaml configs.