-
Notifications
You must be signed in to change notification settings - Fork 147
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the issue:
Hi!
I noticed that in the WellDataModule the use_normalization and normalization_type parameters are only passed to WellDataset when creating the train data but not when creating the validation or test datasets. This seems to have been removed in this commit.
Is this a bug or is this handled somewhere else that I might have missed?
Code to reproduce the issue:
See implementation of the `WellDataModule` [here](https://github.com/PolymathicAI/the_well/blob/master/the_well/data/datamodule.py). Specifically the `__init__` method where `self.train_dataset`, `self.val_dataset`, `self.rollout_val_dataset` and `self.test_dataset` are created.Version
Latest available on GitHub
Environment
n/a
Context for the issue:
n/a
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working