Open drroe opened 4 years ago
yeah, the error comes from this line of code: https://github.com/Amber-MD/pytraj/blob/66e181535900dbac6befb357302a3bf8f6c6ceb3/tests/test_trajectory/test_trajectory_writer.py#L16
The filename is empty (https://github.com/Amber-MD/pytraj/blob/30b60f8b05b6f27b07b88a68171a2745b49089ba/pytraj/trajectory/c_traj/c_trajout.pyx#L12).
But I agree that cpptraj
should raise an error.
This is a placeholder so I don't forget about it. When running tests, the
test_trajectory_writer
test reports an internal cpptraj error but soldiers on. I'm not sure if this is a real failure or not, but seems like it should be addressed.