Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Unit test for command_line.vampire is failing #4005

Open
DanielYang59 opened this issue Aug 20, 2024 · 0 comments
Open

[CI] Unit test for command_line.vampire is failing #4005

DanielYang59 opened this issue Aug 20, 2024 · 0 comments

Comments

@DanielYang59
Copy link
Contributor

DanielYang59 commented Aug 20, 2024

Singled out from #3985 for visibility, the only unit test for command_line.vampire seems to be failing now:

def test_vampire(self):
for structs, energies in zip(self.structure_inputs, self.energy_inputs):
settings = {"start_t": 0, "end_t": 500, "temp_increment": 50}
vc = VampireCaller(
structs,
energies,
mc_box_size=3.0,
equil_timesteps=1000, # 1000
mc_timesteps=2000, # 2000
user_input_settings=settings,
)
assert approx(vc.output.critical_temp) == 400

Where vc.output.critical_temp is now 500 instead of expected 400.

Help needed as I have zero knowledge about vampire.

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

No branches or pull requests

1 participant