This file contains hidden or 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
| curl -Lo ./nix https://github.com/DavHau/nix-portable/releases/latest/download/nix-portable-$(uname -m) | |
| chmod +x ./nix | |
| export NP_RUNTIME=proot | |
| ./nix build --refresh git+ssh://git@gitlab.cern.ch:7999/jackersc/nixflow?dir=example_workflows/simple_mlp_workflow# | |
| ./nix shell nixpkgs#eog --command eog ./result |
This file contains hidden or 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
| time | amplitude | |
|---|---|---|
| 0.0 | 0.0 | |
| 0.001001001001001001 | 0.006289433316067751 | |
| 0.002002002002002002 | 0.012578617838741058 | |
| 0.003003003003003003 | 0.01886730478446709 | |
| 0.004004004004004004 | 0.025155245389375847 | |
| 0.005005005005005005 | 0.0314421909191206 | |
| 0.006006006006006006 | 0.03772789267871718 | |
| 0.007007007007007007 | 0.04401210202238166 | |
| 0.008008008008008008 | 0.05029457036336618 |
This file contains hidden or 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
| 1, 1 | |
| 2, 4 | |
| 3, 9 |