gjwgit / rattleng

The New Generation R Analytics Desktop App
GNU General Public License v3.0
18 stars 8 forks source link

BUG: Load a second dataset does not properly reset #294

Closed gjwgit closed 1 week ago

gjwgit commented 1 month ago

To Repeat

A fresh start and load rattle_test_large:

Image

After DEMO then load rattle_test_large

Image

TARGET gets set okay.

Image

gjwgit commented 1 month ago

Part of the problem is probably that the providers are not fully being reset to match the new dataset. After a fresh start, then DEMO, then FILENAME rattle_test_large.csv I see the following values for the providers. Related to #253

Image

ROLES is missing and TYPES are for the DEMO dataset, not the rattle_test_large dataset!

yixiangyin commented 1 week ago

376

gjwgit commented 1 week ago

Closing this - the scenario described is now functional.