Spaces:
Running
Running
Andrea Maldonado
commited on
Commit
·
40240e0
1
Parent(s):
cec06cf
Fix workflow test command
Browse files
.github/workflows/test_gedi.yml
CHANGED
@@ -265,5 +265,5 @@ jobs:
|
|
265 |
pip install .
|
266 |
|
267 |
- name: Run test
|
268 |
-
run:
|
269 |
python -c "from gedi import GenerateEventLogs;default_params = {'generator_params': {'experiment': {'ratio_top_20_variants': 0.2, 'epa_normalized_sequence_entropy_linear_forgetting': 0.4}, 'config_space': {'mode': [5, 20], 'sequence': [0.01, 1], 'choice': [0.01, 1], 'parallel': [0.01, 1], 'loop': [0.01, 1], 'silent': [0.01, 1], 'lt_dependency': [0.01, 1], 'num_traces': [10, 101], 'duplicate': [0], 'or': [0]}, 'n_trials': 50}}; GenerateEventLogs(default_params)"
|
|
|
265 |
pip install .
|
266 |
|
267 |
- name: Run test
|
268 |
+
run: |
|
269 |
python -c "from gedi import GenerateEventLogs;default_params = {'generator_params': {'experiment': {'ratio_top_20_variants': 0.2, 'epa_normalized_sequence_entropy_linear_forgetting': 0.4}, 'config_space': {'mode': [5, 20], 'sequence': [0.01, 1], 'choice': [0.01, 1], 'parallel': [0.01, 1], 'loop': [0.01, 1], 'silent': [0.01, 1], 'lt_dependency': [0.01, 1], 'num_traces': [10, 101], 'duplicate': [0], 'or': [0]}, 'n_trials': 50}}; GenerateEventLogs(default_params)"
|