Skip to content

Commit 5ca6605

Browse files
committed
* remove realization dimension if it exists (sandialabs#365) * Update pyproject.toml
1 parent eebda86 commit 5ca6605

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "wecopttool"
7-
version = "3.1.0"
7+
version = "3.0.2"
88
description = "WEC Design Optimization Toolbox"
99
readme = "README.md"
1010
authors = [

wecopttool/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ def solve(self,
762762
wave = wave.squeeze(dim='realization')
763763
except KeyError:
764764
pass
765-
765+
766766
# objective function
767767
sign = -1.0 if maximize else 1.0
768768

0 commit comments

Comments
 (0)