After I have prepared the environment, I run it but there is a problem:
`Mutating methods...
Running model 50len_ident_lit...
Generated 0 mutated methods.
Using command:
python3 -m bin.infer --tasks - class: DecodeText --model_dir . --input_pipeline class: ParallelTextInputPipeline
params:
source_files:
- /root/DeepMutation/out/methods.abs
/opt/conda/bin/python3: Error while finding module specification for 'bin.infer' (ModuleNotFoundError: No module named 'bin')
WARNING: could not generate mutated methods. Set MethodMutator.verbose(true) via config file for more details.
done.
Writing abstracted mutants...
ERROR: cannot write null/empty map
Translating abstract mutants...
ERROR: null/empty input map
Writing translated mutants...
ERROR: cannot write null/empty map
Creating mutant files...
ERROR: cannot write null/empty map
Testing /root/DeepMutation/data/Chart-1f...
ERROR: maps are null for all models
Writing logs...
ERROR: cannot write null maps
Writing timeouts...
ERROR: cannot write null timeouts map
Writing results...
ERROR: cannot write null result maps
`
Do you know how to solve it? Thank you!
After I have prepared the environment, I run it but there is a problem:
`Mutating methods...
Running model 50len_ident_lit...
Generated 0 mutated methods.
Using command:
python3 -m bin.infer --tasks - class: DecodeText --model_dir . --input_pipeline class: ParallelTextInputPipeline
params:
source_files:
/opt/conda/bin/python3: Error while finding module specification for 'bin.infer' (ModuleNotFoundError: No module named 'bin')
WARNING: could not generate mutated methods. Set MethodMutator.verbose(true) via config file for more details.
done.
Writing abstracted mutants...
ERROR: cannot write null/empty map
Translating abstract mutants...
ERROR: null/empty input map
Writing translated mutants...
ERROR: cannot write null/empty map
Creating mutant files...
ERROR: cannot write null/empty map
Testing /root/DeepMutation/data/Chart-1f...
ERROR: maps are null for all models
Writing logs...
ERROR: cannot write null maps
Writing timeouts...
ERROR: cannot write null timeouts map
Writing results...
ERROR: cannot write null result maps
`
Do you know how to solve it? Thank you!