Skip to content

Commit

Permalink
fixed error from skip
Browse files Browse the repository at this point in the history
  • Loading branch information
calbaker committed Jan 15, 2025
1 parent e81fbcd commit a911c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastsim-core/src/vehicle/powertrain/fuel_converter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ pub struct FuelConverterThermal {
pub tstat_te_sto: Option<si::Temperature>,
/// temperature delta over which thermostat is partially open
pub tstat_te_delta: Option<si::Temperature>,
#[serde(skip, deserialize_with = "tstat_interp_default_de")]
#[serde(skip_serializing, deserialize_with = "tstat_interp_default_de")]
pub tstat_interp: Interp1D,
/// Radiator effectiveness -- ratio of active heat rejection from
/// radiator to passive heat rejection, always greater than 1
Expand Down

0 comments on commit a911c03

Please sign in to comment.