Skip to content

Commit

Permalink
add some automated testing list thingies
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Apr 22, 2020
1 parent e47b9fb commit e8f9e95
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Etterna/Models/StepsAndStyles/Steps.h
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,8 @@ class Steps
void CalcEtternaMetadata();
void GetCalcDebugOutput(); // now spits out everything with 1 calc call
vector<vector<vector<float>>> calcdebugoutput; // probably should clear this periodically

string GenerateBustedChartKey(NoteData& nd, TimingData* td, int cores);
vector<string> bustedkeys;
void MakeBustedKeys();
bool test_me = false;
float expected_overall_difficulty = 0.f;

// you are all idiots for not just doing this in the first place -mina
float firstsecond = 0.f;
Expand Down

0 comments on commit e8f9e95

Please sign in to comment.