We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installed this version of Material Parser. However, unable to run the code given in example.py
Getting the error message as follows:
TypeError Traceback (most recent call last) in ----> 1 mp = (MaterialParserBuilder().add_preprocessing(AdditivesProcessing()) 2 .add_preprocessing(ChemicalNameProcessing()) 3 .add_preprocessing(PhaseProcessing()) 4 .add_preprocessing(MixtureProcessing()) 5 .add_postprocessing(SubstituteAdditives())
TypeError: init() missing 1 required positional argument: 'regex_parser'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Installed this version of Material Parser. However, unable to run the code given in example.py
Getting the error message as follows:
TypeError Traceback (most recent call last)
in
----> 1 mp = (MaterialParserBuilder().add_preprocessing(AdditivesProcessing())
2 .add_preprocessing(ChemicalNameProcessing())
3 .add_preprocessing(PhaseProcessing())
4 .add_preprocessing(MixtureProcessing())
5 .add_postprocessing(SubstituteAdditives())
TypeError: init() missing 1 required positional argument: 'regex_parser'
The text was updated successfully, but these errors were encountered: