Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bqpd committed Jan 8, 2022
1 parent 37f1d59 commit 5e9bda2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/source/examples/breakdowns.py
Expand Up @@ -6,7 +6,6 @@

# the code to create solar.p is in ./breakdowns/solartest.py
filepath = os.path.dirname(os.path.realpath(__file__)) + os.sep + "solar.p"
print(filepath)
sol = pickle.load(open(filepath, "rb"))
bds = Breakdowns(sol)

Expand Down
1 change: 0 additions & 1 deletion docs/source/examples/breakdowns_output.txt
@@ -1,4 +1,3 @@
/home/tao/projects/ce/gpkit/docs/source/examples/solar.p
Cost breakdown (you may be familiar with this from solution tables)
==============

Expand Down

0 comments on commit 5e9bda2

Please sign in to comment.