week 9: Basic testing

ruhi
Published: 07/26/2023

This week, as my mentor suggested, I was working on testing pyseams on linux in the cloud with the help of github actions. While doing that it came to my attention that the function named "keepAxialRingsOnly" is unused and not defined in any file but it is declared in "topo_one_dim.hpp". I created an issue about it here

Check-in Questions

What did you do this week?

  1. Ran a basic test in github for pyseams.
  2. Created an issue for an unsued function.
  3. Started working on atomic visualizations
  4. Was reading the d-SEAMS paper to write the lua workflow

What is coming up next?

  1. Running the dSEAMS workflow in python
  2. Visualizing it.
  3. Adding pytests.

Did you get stuck anywhere?

No, I wasn't stuck anywhere. My meetings with my mentors are regular and frequent which helps me to clear my doubt ASAP.