Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(model-input): #45 model input using time sequence #75

Merged
merged 6 commits into from
Aug 14, 2024

Conversation

emptymalei
Copy link
Member

Resolves #45

Changed:

  • call method will now only accept time sequence

Added:

  • generate_from method to generate data from some easy to interpret parameters. This will make it easier to generate data from yaml configs.

Copy link
Contributor

github-actions bot commented Aug 6, 2024

Coverage

Coverage Report (920cb74, 3.12, ubuntu-latest)
FileStmtsMissCoverMissing
hamilflow
   __init__.py00100% 
hamilflow/models
   __init__.py00100% 
   brownian_motion.py4711 98%
   free_particle.py3222 94%
   harmonic_oscillator.py10688 92%
   harmonic_oscillator_chain.py4466 86%
   pendulum.py5922 97%
hamilflow/models/utils
   __init__.py00100% 
   typing.py30100% 
TOTAL2911993% 

Tests Skipped Failures Errors Time
1663 0 💤 0 ❌ 0 🔥 8.327s ⏱️

Copy link
Contributor

github-actions bot commented Aug 6, 2024

PR Preview Action v1.4.7
Preview removed because the pull request was closed.
2024-08-14 10:10 UTC

@emptymalei emptymalei requested review from cmp0xff, GrumpySapiens and a team August 6, 2024 19:54
@cmp0xff cmp0xff changed the title feat(model-input): model input using time sequence feat(model-input): #45 model input using time sequence Aug 7, 2024
docs/tutorials/brownian_motion.py Outdated Show resolved Hide resolved
hamilflow/models/utils/typing.py Show resolved Hide resolved
hamilflow/models/brownian_motion.py Show resolved Hide resolved
hamilflow/models/brownian_motion.py Outdated Show resolved Hide resolved
hamilflow/models/brownian_motion.py Show resolved Hide resolved
@cmp0xff cmp0xff mentioned this pull request Aug 12, 2024
@emptymalei emptymalei merged commit 90f6bf4 into main Aug 14, 2024
8 checks passed
@emptymalei emptymalei deleted the feature/lm/model-input-as-time-sequence branch August 14, 2024 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Main user interface
2 participants