Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bqpd committed Feb 16, 2022
1 parent 451d1dd commit ff91f93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/examples/breakdowns.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"An example to show off Breakdowns"
import os
import sys
import pickle
import pint
from packaging import version
Expand All @@ -17,7 +18,8 @@
else:
sol = None

if sol is not None:
# our Miniconda windows test platform can't print unicode
if sys.platform[:3] != "win" and sol is not None:
# the code to create solar.p is in ./breakdowns/solartest.py
bds = Breakdowns(sol)

Expand Down

0 comments on commit ff91f93

Please sign in to comment.