Skip to content
Snippets Groups Projects
Commit ddfc2316 authored by Arin Wongprommoon's avatar Arin Wongprommoon
Browse files

fix(dependencies): Switch from catch22 to pycatch22

WHY IS THIS CHANGE NEEDED?:
- catch22 developers deleted it from pyPI and moved it to pycatch22

HOW DOES THE CHANGE SOLVE THE PROBLEM?:
- used poetry to remove catch22 and add pycatch22
- updated the only thing in postprocesses that depends on catch22

REFERENCES:
- issue #26
parent a6116c54
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
import numpy as np
import pandas as pd
from sklearn import decomposition
from catch22 import catch22_all
from pycatch22 import catch22_all
from agora.abc import ParametersABC
from postprocessor.core.abc import PostProcessABC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment