Skip to content

issues Search Results · repo:ladisk/pyuff language:Python

Filter by

54 results
 (91 ms)

54 results

inladisk/pyuff (press backspace or delete to remove)

This is small task for somebody to give back to the package... Here is the test data: https://github.com/ladisk/pyuff/blob/main/data/NX%20simulation%20output.uff Here is the documentation ( source: https://www.ceas3.uc.edu/sdrluff/): ...
help wanted
  • jankoslavic
  • Opened 
    8 days ago
  • #102

the definition of eig in prepare55 doesn t allow complex eigenvalue formatting. Proposed solution: if not isinstance(eig, (float, complex) and eig != None: Same approach for modal_a and modal_b
  • thejacksbad
  • 1
  • Opened 
    on Jan 9
  • #98

Hello, I m trying to use func_type = 0 with data-set 58 for a workaround data saving. However it restricted to [1, 2, 3, 4, 6, 9]: def _write58(fh, dset, mode= add , _filename=None, force_double=True): ...
  • Nuopel
  • 3
  • Opened 
    on Dec 10, 2024
  • #96

Hi pyuff developers, First off, thank you for your fantastic work on this library and your contributions to the structural dynamics community! Regarding the read_sets() function: Would it be possible ...
  • jlmoreno93
  • 3
  • Opened 
    on Nov 27, 2024
  • #94

Hello, I m encountering an error when loading a .UFF file generated by pyuff into a third-party software (such as NCode Glyphworks for example). Importing the file results in abnormal values (cf picture ...
  • vlef
  • 9
  • Opened 
    on Sep 9, 2024
  • #91

Great tool, love it! I saw it doesn t officially support UFF18, but there seems to be code to do so. Any plans to officially support this?
  • janheindejong
  • 4
  • Opened 
    on Aug 29, 2024
  • #90

This issue was started with: https://github.com/ladisk/pyuff/issues/87 Currently pyuff supports reading utf8 encoded headers, but always encodes them in ascii. It looks like some software providers (e.g. ...
  • jankoslavic
  • Opened 
    on Apr 14, 2024
  • #89

The following data file test.unv ,which exported from Simcenter Test.lab 2021 in binary format, can not load with pyuff in python. I found that this unv file is badly format. I changed the _extract58 function ...
  • masonacezllk
  • 8
  • Opened 
    on Mar 29, 2024
  • #88

when data block with string in Chinese like id1= 左前方向:S , write_sets lost Chinese string. How to modify this code : for k, v in dset.items(): if type(v) == str: dset[k] = v.encode( utf-8 ).decode( ascii ...
help wanted
  • masonacezllk
  • 4
  • Opened 
    on Mar 20, 2024
  • #87

There is a serious problem with the published wheels for the 2.4.1 release on pypi, they do not contain any code!!! pip install pyuff==2.4.1 and then running python: Python 3.10.12 (main, Nov 20 2023, ...
  • hakostra
  • 5
  • Opened 
    on Mar 1, 2024
  • #86
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub