You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exec 2> >(tee -a regression.stderr >&2) 1> >(tee -a regression.stdout)
274
276
mkdir -p "test/regression-diff"
275
277
for regr_test in aromatics liquid_oxidation nitrogen oxidation sulfur superminimal RMS_constantVIdealGasReactor_superminimal RMS_CSTR_liquid_oxidation fragment RMS_constantVIdealGasReactor_fragment minimal_surface;
echo"Unknown RMS_MODE: $RMS_MODE. Must be either 'standard' or 'dev'."
112
+
exit 1
113
+
fi
66
114
67
115
echo"Checking if ReactionMechanismSimulator is installed in the current conda environment for Python usage..."
68
116
python -c "from juliacall import Main; import sys; sys.exit(0 if Main.seval('Base.identify_package(\"ReactionMechanismSimulator\") !== nothing') and print('ReactionMechanismSimulator is installed in $current_env') is None else 1)"
0 commit comments