Python for Rheology: fitting viscosity models to flow curves

Поделиться
HTML-код
  • Опубликовано: 30 ноя 2024

Комментарии • 9

  • @minhavidavai
    @minhavidavai Год назад

    Dear Marco,
    Thank you for your kind idea of creating and distributing this script. It has saved me tons of work. I didn't have the libraries in my current PC, but Python tells us what we are missing, so that was fine. I updated your code since pandas doesn't use ".save()" anymore and the script works fine. Once again, thank you for this.

  • @Aayom
    @Aayom 2 года назад

    thank you, i love you for this

  • @smarokyroglou2870
    @smarokyroglou2870 2 года назад

    Hello Marco.
    I tried to run the flowfitter.py several times but I think that there is an error. Specifically, the windows terminal and the pycharm gave the same error:
    Traceback (most recent call last):
    File "C:\Users\Samsung\Desktop\flowfitter.py", line 12, in
    import numpy as np
    ModuleNotFoundError: No module named 'numpy'
    Could you please suggest me a solution to this problem?

    • @marcoberta6353
      @marcoberta6353  2 года назад

      when a library is not found (numpy in this case) you can easily install it. If pip is already installed run in terminal "pip install numpy". packaging.python.org/en/latest/tutorials/installing-packages/

    • @smarokyroglou2870
      @smarokyroglou2870 2 года назад

      @@marcoberta6353 Thank you very much for your help.

  • @vikasdhanda7769
    @vikasdhanda7769 2 года назад

    Hello Marco
    Can you help me out to fit my rheological data?
    Thank you

  • @randomperson5270
    @randomperson5270 2 года назад

    This code not running.. There is a problem with the syntax I guess

    • @marcoberta6353
      @marcoberta6353  2 года назад

      how? you can see the outputs in the jupyter notebook in the github repo (github.com/opsabarsec/flow-curve-fitter/blob/main/Flow_curves_models_fit.ipynb) But of course, since it is open source, syntax modifications are welcome by anyone