mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
Merge branch 'main' into 2027
This commit is contained in:
@@ -208,8 +208,6 @@ class Analyzer : public glass::View {
|
||||
std::string m_exception;
|
||||
std::vector<std::string> m_missingTests;
|
||||
|
||||
bool m_calcDefaults = false;
|
||||
|
||||
// This is true if the error popup needs to be displayed
|
||||
bool m_errorPopup = false;
|
||||
|
||||
@@ -235,12 +233,8 @@ class Analyzer : public glass::View {
|
||||
// Data analysis
|
||||
std::unique_ptr<AnalysisManager> m_manager;
|
||||
int m_dataset = 0;
|
||||
int m_window = 8;
|
||||
double m_threshold = 0.2;
|
||||
float m_stepTestDuration = 0;
|
||||
|
||||
bool combinedGraphFit = false;
|
||||
|
||||
// Logger
|
||||
wpi::Logger& m_logger;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user