Skip to content

Commit

Permalink
DOCS: ADDED SOME COMMENTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-GF committed Oct 13, 2024
1 parent d67992c commit 28263c8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions configuration_space.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 10,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -14,12 +14,12 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 11,
"metadata": {},
"outputs": [],
"source": [
"github = parse_pricing(\"pricings/2024/github.yml\")\n",
"petclinic = parse_pricing(\"pricings/extras/petclinic.yml\")"
"github = parse_pricing(\"pricings/2024/github.yml\") # No dependencies between add-ons\n",
"petclinic = parse_pricing(\"pricings/extras/petclinic.yml\") # Dependencies between add-ons"
]
},
{
Expand Down Expand Up @@ -51,7 +51,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 12,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -149,7 +149,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 13,
"metadata": {},
"outputs": [
{
Expand Down

0 comments on commit 28263c8

Please sign in to comment.