Commit 72c7036
committed
Make sure load() returns Path
Fixes manual forward unit test:
```
> ckpt_weights: Path = load(ckpt_name) / "weights"
E TypeError: unsupported operand type(s) for /: 'str' and 'str'
sub-packages/bionemo-evo2/tests/bionemo/evo2/test_evo2.py:505: TypeError
```
Signed-off-by: Anton Vorontsov <avorontsov@nvidia.com>1 parent b1596ba commit 72c7036
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
0 commit comments