simpeg / aurora

software for processing natural source electromagnetic data
MIT License
14 stars 2 forks source link

Deprecate ConfigCreator class in favour of KernelDataset method #217

Open kkappler opened 2 years ago

kkappler commented 2 years ago

After tidying up the config stuffs in issue #150, it turns out that the only thing ConfigCreator is really doing now is create_from_kernel_dataset(). So, it seems like it would make more sense to make a .create_config() method under the KernelDataset class instead.