Skip to content

Commit 7661c74

Browse files
zilbermanorAdi
authored andcommitted
Updated configuration file location
1 parent d461780 commit 7661c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/netops/01-generator.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@
555555
],
556556
"source": [
557557
"# Load metrics configuration from YAML file\n",
558-
"with open('metrics_configuration.yaml', 'r') as f:\n",
558+
"with open('configurations/metrics_configuration.yaml', 'r') as f:\n",
559559
" metrics_configuration = yaml.load(f)\n",
560560
"\n",
561561
"# Create metrics generator based on YAML configuration\n",

0 commit comments

Comments
 (0)