Skip to content

Add tests#40

Open
romeokienzler wants to merge 14 commits intomainfrom
add_tests
Open

Add tests#40
romeokienzler wants to merge 14 commits intomainfrom
add_tests

Conversation

@romeokienzler
Copy link
Copy Markdown
Collaborator

No description provided.

@romeokienzler romeokienzler marked this pull request as draft March 13, 2026 07:22
@romeokienzler romeokienzler marked this pull request as ready for review March 13, 2026 10:08
Signed-off-by: Romeo Kienzler <romeo.kienzler1@ibm.com>
Signed-off-by: Romeo Kienzler <romeo.kienzler1@ibm.com>
Signed-off-by: Romeo Kienzler <romeo.kienzler1@ibm.com>
Signed-off-by: Romeo Kienzler <romeo.kienzler1@ibm.com>
pip install -e .
```

### PyTorch and torch-scatter (optional)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont think it is optional. the library doesnt work without torch scatter

Comment on lines +193 to +216
## Configuration Example

The base task uses the following configuration sections:

```yaml
optimizer:
learning_rate: 0.001
beta1: 0.9
beta2: 0.999
lr_decay: 0.7
lr_patience: 5

data:
networks:
- case14_ieee
- case118_ieee
```

## Related

- [Reconstruction Task](reconstruction_task.md): Base class for reconstruction tasks
- [Power Flow Task](power_flow.md): Concrete implementation for power flow
- [Optimal Power Flow Task](optimal_power_flow.md): Concrete implementation for OPF
- [State Estimation Task](state_estimation.md): Concrete implementation for state estimation No newline at end of file
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would remove all of this.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does this file go over each of the method and describes them instead of referencing them with ::: path:to:function? also, we dont need the configuration examples since we never use this class directly, but rather subclasses of this class

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does this file go over each of the method and describes them instead of referencing them with ::: path:to:function?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants