rinikerlab / PyGromosTools

This package is a python library with tools for the Molecular Simulation - Software Gromos. It allows you to easily set up, manage and analyze simulations in python.
https://rinikerlab.github.io/PyGromosTools/
MIT License
16 stars 14 forks source link

fix __eq__ for special blocks #129

Closed MTLehner closed 2 years ago

MTLehner commented 2 years ago

Some blocks need special attention and should maybe override the eq methode the inherit from the generic_block

MTLehner commented 2 years ago

Not all of these necessarily need a override but we should check it

MTLehner commented 2 years ago

@SchroederB I checked

It seems to work fine. Do you want to check the rest manually?

MTLehner commented 2 years ago

All these should be covered by the new test in release 3

@SchroederB can we close this issue?

RiesBen commented 2 years ago

The unchecked blocks I guess where not checked? Looks like they were written by me. I did not check them yet.