Skip to content
Snippets Groups Projects
Commit 713b57f6 authored by Leo Tsukada's avatar Leo Tsukada
Browse files

fix the numpy import error

parent efd7bdba
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -20,6 +20,7 @@
import argparse
import os
import sys
import numpy
from typing import Iterable
from collections.abc import Mapping
......
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