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
If the database is initialised with a small gauntlet (e.g. 25 deck gauntlet in the example below), it crashes when trying to sim with a larger gauntlet (e.g. 50 deck gauntlet in the example below). This does not happen when the no-db flag is used. It does not crash when simming with a smaller gauntlet.
Deleting database
-------------------------------------------
VERBOSE: Performing the operation "Remove File" on target "data\database.yml".
If the database is initialised with a small gauntlet (e.g. 25 deck gauntlet in the example below), it crashes when trying to sim with a larger gauntlet (e.g. 50 deck gauntlet in the example below). This does not happen when the no-db flag is used. It does not crash when simming with a smaller gauntlet.
// Deleted database so it will be recreated.
// First run after database deleted. Database should now be initialised with 25 deck gauntlet.
// Assumed TUO used results from DB during climb.
// Results seem consistent when
no-db
flag used.// Sim does not finish (crashes without giving error) when using 50 deck gauntlet.
// Sim runs and climbs when
no-db
flag specified. This is for same 50 deck gauntlet.// Deleted database so it would be recreated.
// Database recreated (this time with 50 deck gauntlet).
// Retest now works with 50 deck gauntlet.
// Test works as always with
no-db
flag.// Test also works with smaller gauntlet (25 deck).
The text was updated successfully, but these errors were encountered: