Spaces:
Running
Running
Andrea Maldonado
commited on
Commit
·
6b73774
1
Parent(s):
bc9e7f8
Removes duplicate genEL
Browse files- gedi/generator.py +0 -1
gedi/generator.py
CHANGED
@@ -204,7 +204,6 @@ class GenerateEventLogs():
|
|
204 |
else:
|
205 |
log_config = self.generate_optimized_log(self.configs)
|
206 |
|
207 |
-
identifier = 'genEL'+str(identifier)
|
208 |
save_path = get_output_key_value_location(task.to_dict(),
|
209 |
self.output_path, identifier, self.feature_keys)+".xes"
|
210 |
|
|
|
204 |
else:
|
205 |
log_config = self.generate_optimized_log(self.configs)
|
206 |
|
|
|
207 |
save_path = get_output_key_value_location(task.to_dict(),
|
208 |
self.output_path, identifier, self.feature_keys)+".xes"
|
209 |
|