Skip to content

[Bug]: WellDataModule normalization not applied to val and test data #68

Description

@radka-j

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions