matsengrp / torchdms

Analyze deep mutational scanning data with PyTorch
https://matsengrp.github.io/torchdms/
2 stars 0 forks source link

to_latent() dimensional bug fix in Independent based models #174

Closed jgallowa07 closed 2 years ago

jgallowa07 commented 2 years ago

Description

This PR primarily enforces that the user pass two dimensional input to the to_latent() function of any of the Independent or independent sub classes.

Closes #169

Tests

Makefile test2d

Checklist:

zorian15 commented 2 years ago

looks like there's still some listing to do -- but other than that I think this is good to merge