Skip to content

Commit

Permalink
Fixing relaxed and atmosphere refs, working with gpkit.alg.
Browse files Browse the repository at this point in the history
  • Loading branch information
1ozturkbe committed Jun 3, 2018
1 parent f30e520 commit c8871f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 61 deletions.
4 changes: 2 additions & 2 deletions gpkitmodels/SP/SimPleAC/SimPleAC_mission.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from gpkit import Model, Variable, SignomialsEnabled, SignomialEquality, VarKey, units,Vectorize
from gpkit.constraints.bounded import Bounded
from gpkit.constraints.tight import Tight
from relaxed_constants import relaxed_constants, post_process
from gpkit.algorithms import relaxed_constants, post_process

import numpy as np
import matplotlib.pyplot as plt

# Importing models
from atmosphere import Atmosphere
from gpkitmodels.SP.atmosphere.atmosphere import Atmosphere

# SimPleAC with mission design and flight segments, and lapse rate and BSFC model (3.4.2)

Expand Down
4 changes: 2 additions & 2 deletions gpkitmodels/SP/SimPleAC/SimPleAC_multimission.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from gpkit import Model, Variable, SignomialsEnabled, SignomialEquality, VarKey, units,Vectorize
from gpkit.constraints.bounded import Bounded
from relaxed_constants import relaxed_constants, post_process
from gpkit.algorithms import relaxed_constants, post_process

import numpy as np
import matplotlib.pyplot as plt

from SimPleAC_mission import Mission, SimPleAC
from atmosphere import Atmosphere
from gpkitmodels.SP.atmosphere.atmosphere import Atmosphere

# SimPleAC with multimission design (3.5)

Expand Down
57 changes: 0 additions & 57 deletions gpkitmodels/SP/SimPleAC/atmosphere.py

This file was deleted.

Empty file.

0 comments on commit c8871f7

Please sign in to comment.