BiomedSciAI / fuse-med-ml

A python framework accelerating ML based discovery in the medical field by encouraging code reuse. Batteries included :)
Apache License 2.0
134 stars 34 forks source link

Test and declare support in python 3.8 and 3.9 #144

Closed mosheraboh closed 2 years ago

mosheraboh commented 2 years ago

Is your feature request related to a problem? Please describe. Using FuseMedML with python 3.8 and 3.9

Describe the solution you'd like run all the tests (run_all_unit_tests.sh) with python 3.8 and 3.9. Fix tests that fail if those exist.

Describe alternatives you've considered N/A

Additional context N/A

SagiPolaczek commented 2 years ago

@mosheraboh We did test the last PRs with 3.7-3.10. Is that enough?

SagiPolaczek commented 2 years ago

Close for now.