Giter VIP home page Giter VIP logo

pemtk's People

Contributors

phockett avatar

Watchers

 avatar

pemtk's Issues

Analysis routines and Pandas version

Currently some issues with classifiers (tested on v1.2.3) which don't drop unclassified data in this case. Working OK on v1.0.1.

To do:

  • Update testing envs.
  • Test and debug - likely change in merge or pivot_table routines in _setWide or classifyFits? May be able to fix with dropna() prior to reformatting.

Symmetry handling.

Now mostly in place, using libmsym base routines and trimmings.

Todo:

  • Mapping to ePS term symbols, see previous work in ePSman for this.
  • Verification of m and mu mappings, inc. degeneracies and phases. May still have issues here, should check phase terms and also dipole mapping (
    def dipoleTermsSymHarm(self, reCartMap = {-1:'y',0:'z',1:'x'}, dimMap = {'C':'Cont', 'mu':'it'}):
    ) is complete. (See also #8.)
  • Application of ang mom coupling limits, could apply these to m <> mu mappings.

Setting fitting parameters and `symCheck()`

New bug, trying to run a fit currently results in "RecursionError: maximum recursion depth exceeded while calling a Python object".

Upon inspection, this was due to the use of .drop(inplace=True) in symCheck(), which was not working and resulting in all fitting params being reset, with vary=False (reference case should be as shown at https://pemtk.readthedocs.io/en/latest/fitting/PEMtk_fitting_demo_multi-fit_tests_130621-para_010922.html#Setup)

This is now changed to .pop() in 5df6a0e, which seems to work as expected. This may be Pandas and/or Python version specific - tested OK with PD 1.4.1, Python 3.9.10.

TODO:

  • test other versions.
  • check Docker builds, why is PD 1.4.1 installed, possibly Xarray dependency? May need to added explicit conda pd install line to pull newer versions.

Fit analysis matrix element handling

Mainly working but:

  • Possible m=+/-1 ordering switch on some tabulations? (Arose during N2 results testing.) May be due to relabelling routines assuming ordering? TBC.
  • Var names for paramPlot, need setting otherwise get linked 'value' plot y-axes in layouts (although setting .opts(shared_axes=False) will fix at plot).
  • fit._aggUtil debug. OK, see cf0ac4b

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.