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

Enoslib integration #68

Merged
merged 3 commits into from
Jul 14, 2024
Merged

Enoslib integration #68

merged 3 commits into from
Jul 14, 2024

Conversation

tbarbette
Copy link
Owner

This is still work in progress, but the core is there:

import enoslib as en
from npf import enoslib as npf

#Local roles, but use might use enoslib's providers of course
roles={"client": en.Host(   address="localhost",
                           user="tbarbette")}

results,_ = npf.run("test.npf",
        argsv=["local+POWER=1:Linear","local+POWER=2:Quadratic", "--force-retest"],
        roles=roles)

print(results.keys())

Time series is a common term, it's just that we support multiple
namespace of time
@tbarbette tbarbette merged commit febb1b5 into master Jul 14, 2024
4 checks passed
@tbarbette tbarbette deleted the enoslib branch August 29, 2024 14:11
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.

1 participant