Giter Club home page Giter Club logo

Comments (6)

clhunsen avatar clhunsen commented on August 21, 2024

That's a good idea to add the attribute. I have just one question: What should be added to the attribute in the case of a ProjectData object or, rather, should the attribute added in this case at all?

Ah, another question: What about a downgrade to version v2.3?

from coronet.

bockthom avatar bockthom commented on August 21, 2024

What should be added to the attribute in the case of a ProjectData object or, rather, should the attribute added in this case at all?

Good question. Either we are able to somehow determine the global range - which could be very difficult to determine. Or we just add a String saying that this covers is the whole ProjectData, e.g. global. Or we do not add the attribute in that case, which would be the easiest solution in my opinion.

In the end, it depends also on the implementation: How difficult is it to determine whether a data object is a RangeData object or a ProjectData object?

I would suggest to add the range attribute only when a RangeData object is used for network construction.

from coronet.

clhunsen avatar clhunsen commented on August 21, 2024

Good question. Either we are able to somehow determine the global range - which could be very difficult to determine. Or we just add a String saying that this covers is the whole ProjectData, e.g. global. Or we do not add the attribute in that case, which would be the easiest solution in my opinion.

We would need to add a method ProjectData$get.range() returning the pre-defined string for project-level data objects and, then, use attr(network, "range") = private$proj.data$get.range() to add the attribute.

In the end, it depends also on the implementation: How difficult is it to determine whether a data object is a RangeData object or a ProjectData object?

if ("RangeData" %in% class(private$proj.data)) {
  ## do something
}

I would suggest to add the range attribute only when a RangeData object is used for network construction.

Okay, I will implement it that way.

from coronet.

bockthom avatar bockthom commented on August 21, 2024

Ah, another question: What about a downgrade to version v2.3?

As this is not a bug and does not cause any errors, I would not add this to version v2.3.

Meanwhile, there are lots of enhancements which will not be available for version v2.3.
As there will be lots of new features in version 3, all users should update to version 3, then, if one wants to use one of the new features.

from coronet.

clhunsen avatar clhunsen commented on August 21, 2024

@hechtlC, @flx5: The patch does not affect the network-related test as we use igraph::identical_graphs to check the equality of two networks. This function does not check the attributes.

from coronet.

clhunsen avatar clhunsen commented on August 21, 2024

By merging #64 into dev, this can be regarded as closed.

from coronet.

Related Issues (20)

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.