mirror of
https://github.com/HannesStark/boltzgen.git
synced 2026-06-04 20:04:24 +08:00
Bump version to 0.3.1 and fix #192
This commit is contained in:
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
|
||||
[project]
|
||||
name = "boltzgen"
|
||||
requires-python = ">=3.11"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
readme = { file = "PYPI_DESCRIPTION.md", content-type = "text/markdown" }
|
||||
description = "Protein design"
|
||||
dependencies = [
|
||||
|
||||
@@ -1706,7 +1706,7 @@ def weighted_minimum_rmsd(
|
||||
atom_coords,
|
||||
pred_atom_coords,
|
||||
atom_mask,
|
||||
target_mask,
|
||||
align_weights,
|
||||
atom_mask,
|
||||
multiplicity,
|
||||
rmsd_mask=design_mask,
|
||||
|
||||
Reference in New Issue
Block a user