cathedralpkg / Pilgrim

A thermal rate constant calculator and kinetics Monte Carlo Simulator
13 stars 2 forks source link

minor change to fit2anarc.py #4

Open rajarshitiwari opened 4 months ago

rajarshitiwari commented 4 months ago

Here is summary of change.

  1. numpy.warnings were removed from numpy, and people started using built-in warnings package over time. I have just replaced numpy.warnings with warnings in line 50 on the fit2anarc.py
  2. Added .gitignore file suitable for python