pierrepo / grodecoder

GroDecoder extracts and identifies the molecular components of a structure file (PDB or GRO) issued from a molecular dynamics simulation.
https://grodecoder.streamlit.app/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Pytest of grodecoder.py on all the file in data/exemples/ #55

Closed KarinDuong closed 3 weeks ago

KarinDuong commented 3 weeks ago

Pytest of grodecoder.py on all the file in data/exemples/, by comparing the JSON output (for the key 'inventory') that we get with a reference output (in tests/data/)

pierrepo commented 3 weeks ago

@KarinDuong could you remove step7_1.gro and step_1.json?

pierrepo commented 3 weeks ago

@KarinDuong could you remove step7_1.gro and step_1.json?

Also step7_1.gro?

pierrepo commented 3 weeks ago

@KarinDuong test_grodecoder.py should stay in the tests directory

pierrepo commented 3 weeks ago

@KarinDuong could you please blackify your code?

pierrepo commented 3 weeks ago

@KarinDuong code looks good. Could we merge?