Hive-Systems / pyfair

Factor Analysis of Information Risk (FAIR) model written in Python. Managed and maintained by Hive Systems
https://www.hivesystems.com
MIT License
89 stars 45 forks source link

Pandas futurewarnings #46

Closed gymzombie closed 7 months ago

gymzombie commented 1 year ago

Resolves a handful of errors that come from pandas and tree_graph.py. (Issue 45)

Also removes an unused import and fixes one typo.

gymzombie commented 1 year ago

Tests passed in testrunner.py using Python 3.10.10 and Pandas 1.5.3

gymzombie commented 1 year ago

One more that removes 2 warnings in testing. (Issue 47)